Class: UnicornFormatter

Inherits:
RSpec::Core::Formatters::BaseFormatter
  • Object
show all
Defined in:
lib/unicorn-formatter.rb

Instance Method Summary collapse

Instance Method Details

#stopObject



5
6
7
# File 'lib/unicorn-formatter.rb', line 5

def stop
  %x{unicornleap} unless failure_count > 0
end