Exception: NoShitInMyGreenDots::Integrations::RSpec::StdoutLeak

Inherits:
StandardError
  • Object
show all
Defined in:
lib/no_shit_in_my_green_dots/rspec.rb

Instance Method Summary collapse

Constructor Details

#initialize(output) ⇒ StdoutLeak

Returns a new instance of StdoutLeak.



9
10
11
# File 'lib/no_shit_in_my_green_dots/rspec.rb', line 9

def initialize(output)
  super(NoShitInMyGreenDots.leak_message(output))
end