class Honeybadger::Backend::Test

def self.notifications

Returns:
  • (Hash) - Notifications hash.
def self.notifications
  @notifications ||= Hash.new {|h,k| h[k] = [] }
end