Skip to content

Instantly share code, notes, and snippets.

@justinko
Created March 18, 2012 06:22
Show Gist options
  • Save justinko/2069334 to your computer and use it in GitHub Desktop.
Save justinko/2069334 to your computer and use it in GitHub Desktop.
More compact logging for RSpec - based on feedback from Ara Howard
➜ rspec-expectations git:(fail-fast) ✗ bin/rspec spec/functional
Run options: include {:focused=>true}
All examples were filtered out; ignoring {:focused=>true}
.
Finished in 0.00592 seconds
1 example, 0 failures
Randomized with seed 41776
➜ rspec-expectations git:(fail-fast) ✗ bin/rspec spec/functional
All examples were filtered out; ignoring {:focused=>true}
.
Finished in 0.00592 seconds ::: 1 example, 0 failures ::: Randomized with seed 41776
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment