Class: UnicornFormatter
- Inherits:
-
RSpec::Core::Formatters::BaseFormatter
- Object
- RSpec::Core::Formatters::BaseFormatter
- UnicornFormatter
- Defined in:
- lib/unicorn_formatter.rb
Instance Method Summary collapse
Instance Method Details
#close ⇒ Object
5 6 7 |
# File 'lib/unicorn_formatter.rb', line 5 def close %x{unicornleap} unless failure_count > 0 end |