Created
April 6, 2011 09:36
-
-
Save kerryb/905396 to your computer and use it in GitHub Desktop.
RSpec output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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