Top Level Namespace

Defined Under Namespace

Modules: Mack, Spec, 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 Mack::Notifier::DeliveryHandlers::Test. These emails will get ‘flushed’ after each test.



5
6
7
# File 'lib/mack-notifier/testing.rb', line 5

def delivered_notifiers
  Mack::Notifier::DeliveryHandlers::Test::NotifierRegistry.registered_items
end