class Honeybadger::Backend::Test

def notify(feature, payload)

def notify(feature, payload)
  notifications[feature] << payload
  super
end