Class: TestGoose

Inherits:
RSpec::Core::Formatters::ProgressFormatter
  • Object
show all
Defined in:
lib/test_goose.rb

Instance Method Summary collapse

Instance Method Details

#example_failed(_notification) ⇒ Object



8
9
10
11
# File 'lib/test_goose.rb', line 8

def example_failed(_notification)
  Honk.call
  super
end