Top Level Namespace

Defined Under Namespace

Modules: BlabberMouth, Test, Validatable Classes: NotifierGenerator

Instance Method Summary collapse

Instance Method Details

#delivered_notifiersObject

Used for testing this method will return any emails that have been 'sent' using BlabberMouth::DeliveryHandlers::Test. These emails will get 'flushed' after each test.



5
6
7
# File 'lib/blabber_mouth/testing.rb', line 5

def delivered_notifiers
  BlabberMouth::DeliveryHandlers::Test::NotifierRegistry.registered_items
end