Class: Uuu
- Inherits:
-
RSpec::Core::Formatters::ProgressFormatter
- Object
- RSpec::Core::Formatters::ProgressFormatter
- Uuu
- Defined in:
- lib/cadre/rspec/true-feelings.rb
Instance Method Summary collapse
Instance Method Details
#example_passed(example) ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/cadre/rspec/true-feelings.rb', line 2 def example_passed(example) if @failed_examples.empty? super else output.print red("u") end end |