Module: LetterStampMailDelivery::RSpecSupport

Defined in:
lib/letter_stamp_mail_delivery/rspec_support.rb

Defined Under Namespace

Classes: ExampleLocationNotifier

Class Method Summary collapse

Class Method Details

.install(rspec_configuration) ⇒ Object



54
55
56
# File 'lib/letter_stamp_mail_delivery/rspec_support.rb', line 54

def self.install(rspec_configuration)
  rspec_configuration.add_formatter(ExampleLocationNotifier)
end