Class: RSpec::Core::Formatters::ProgressFormatter
- Inherits:
-
Object
- Object
- RSpec::Core::Formatters::ProgressFormatter
- Defined in:
- lib/generative/formatters.rb
Instance Method Summary collapse
Instance Method Details
#example_passed(example) ⇒ Object
4 5 6 7 8 9 10 11 12 |
# File 'lib/generative/formatters.rb', line 4 def example_passed(example) super(example) if example.[:generative] output.print detail_color('.') else output.print success_color('.') end end |