Created
October 14, 2010 03:51
-
-
Save pnegri/625537 to your computer and use it in GitHub Desktop.
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
C:\Projetos\steste>rake spec | |
(in C:/Projetos/steste) | |
C:/Ruby192/bin/ruby.exe -S bundle exec rspec "./spec/helpers/home_helper_spec.rb | |
" | |
F | |
Failures: | |
1) HomeHelper check ret_true helper | |
Failure/Error: helper.ret_true.should be_false | |
expected true to be false | |
# ./spec/helpers/home_helper_spec.rb:15:in `block (2 levels) in <top (requi | |
red)>' | |
Finished in 1.94 seconds | |
1 example, 1 failure | |
rake aborted! | |
Command failed with status (1): [C:/Ruby192/bin/ruby.exe -S bundle exec rsp...] | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:993:in `block in sh' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:1008:in `call' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:1008:in `sh' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:1092:in `sh' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:1027:in `ruby' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:1092:in `ruby' | |
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rspec-core-2.0.0.beta.22/lib/rspec/core/rake | |
_task.rb:107:in `block (2 levels) in initialize' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:1110:in `verbose' | |
C:/Ruby192/lib/ruby/gems/1.9.1/gems/rspec-core-2.0.0.beta.22/lib/rspec/core/rake | |
_task.rb:102:in `block in initialize' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:634:in `call' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:634:in `block in execute' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:629:in `each' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:629:in `execute' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:595:in `block in invoke_with_call_chain' | |
C:/Ruby192/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:588:in `invoke_with_call_chain' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:581:in `invoke' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2041:in `invoke_task' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in `block (2 levels) in top_level' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in `each' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in `block in top_level' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:2013:in `top_level' | |
C:/Ruby192/lib/ruby/1.9.1/rake.rb:1992:in `run' | |
C:/Ruby192/bin/rake:31:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment