Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Forked from ymendel/nescafe_formatter_rspec1.rb
Created August 16, 2010 18:23
Show Gist options
  • Save vinbarnes/527459 to your computer and use it in GitHub Desktop.
Save vinbarnes/527459 to your computer and use it in GitHub Desktop.
require 'spec/runner/formatter/progress_bar_formatter'
class NescafeFormatter < Spec::Runner::Formatter::ProgressBarFormatter
def example_failed(example, counter, failure)
super
dump_failure(counter, failure)
end
end
--colour
--require spec/support/formatters/nescafe_formatter.rb
--format NescafeFormatter
--loadby mtime
--reverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment