Class: UnicornFormatter

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

Instance Method Summary collapse

Instance Method Details

#closeObject



5
6
7
# File 'lib/unicorn_formatter.rb', line 5

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