Class: Turn::Configuration
- Inherits:
-
Object
- Object
- Turn::Configuration
- Defined in:
- lib/spout/tests.rb
Instance Method Summary collapse
Instance Method Details
#reporter ⇒ Object
34 35 36 |
# File 'lib/spout/tests.rb', line 34 def reporter @reporter ||= Spout::HiddenReporter.new(ENV['HIDE_PASSING_TESTS'] == 'true') end |