Skip to content

Instantly share code, notes, and snippets.

@mjfreshyfresh
Created May 13, 2009 18:26
Show Gist options
  • Save mjfreshyfresh/111187 to your computer and use it in GitHub Desktop.
Save mjfreshyfresh/111187 to your computer and use it in GitHub Desktop.
rake rack_hoptoad:spec --trace
(in /home/deploy/junk/rack_hoptoad)
** Invoke rack_hoptoad:spec (first_time)
** Invoke rack_hoptoad:clobber_spec (first_time)
** Execute rack_hoptoad:clobber_spec
rm -r coverage
** Execute rack_hoptoad:spec
Rack::HoptoadNotifier
- yields a configuration object to the block when created (PENDING: TODO)
- catches exceptions raised from app, posts to hoptoad, and re-raises (FAILED - 1)
Pending:
Rack::HoptoadNotifier yields a configuration object to the block when created (TODO)
./spec/rack_hoptoad_spec.rb:23
1)
'Rack::HoptoadNotifier catches exceptions raised from app, posts to hoptoad, and re-raises' FAILED
expected TestError, got #<NoMethodError: undefined method `path' for #<Rack::Request:0xb7a1a880>>
./spec/rack_hoptoad_spec.rb:30:
Finished in 0.002247 seconds
2 examples, 1 failure, 1 pending
41.3% 2 file(s) 146 Lines 121 LOC
rake aborted!
Command /usr/bin/ruby1.8 -I"/usr/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib" -S rcov --exclude lib\/spec,bin\/spec,config\/boot.rb --exclude spec --text-summary --sort coverage --sort-reverse -o "coverage" "/usr/lib/ruby/gems/1.8/gems/rspec-1.2.2/bin/spec" -- "spec/rack_hoptoad_spec.rb" -fs --color --loadby random failed
/usr/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/rake/spectask.rb:174:in `define'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1088:in `verbose'
/usr/lib/ruby/gems/1.8/gems/rspec-1.2.2/lib/spec/rake/spectask.rb:150:in `define'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `call'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `execute'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `each'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `execute'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:578:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:571:in `invoke_with_call_chain'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:564:in `invoke'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2027:in `invoke_task'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `each'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1999:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1977:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1974:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:31
/usr/bin/rake:19:in `load'
/usr/bin/rake:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment