Skip to content

Instantly share code, notes, and snippets.

@kerryb
Created April 6, 2011 09:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save kerryb/905396 to your computer and use it in GitHub Desktop.
RSpec output
$ rake spec
(in /Users/kerry/tmp/foo)
/Users/kerry/ruby/bin/ruby -S bundle exec rspec ./spec/models/foo_spec.rb
F
Failures:
1) Foo shows the line that failed
Failure/Error: false.should be_true
expected false to be true
# ./spec/models/foo_spec.rb:5
Finished in 0.02092 seconds
1 example, 1 failure
rake aborted!
ruby -S bundle exec rspec ./spec/models/foo_spec.rb failed
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment