Created
March 27, 2012 21:59
-
-
Save coryschires/2220766 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
ruby-1.9.2-p180@ignition[master]$ bundle exec rake spec:all | |
(in /Users/cory.schires/Desktop/work/ignition) | |
/Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/cucumber-rails-1.0.2/lib/cucumber/rails.rb:4:in `dirname': can't convert nil into String (TypeError) | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/cucumber-rails-1.0.2/lib/cucumber/rails.rb:4:in `<top (required)>' | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/bundler-1.1.3/lib/bundler/runtime.rb:74:in `require' | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/bundler-1.1.3/lib/bundler/runtime.rb:74:in `rescue in block in require' | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/bundler-1.1.3/lib/bundler/runtime.rb:62:in `block in require' | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/bundler-1.1.3/lib/bundler/runtime.rb:55:in `each' | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/bundler-1.1.3/lib/bundler/runtime.rb:55:in `require' | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/bundler-1.1.3/lib/bundler.rb:119:in `require' | |
from /Users/cory.schires/Desktop/work/ignition/config/application.rb:14:in `<top (required)>' | |
from /Users/cory.schires/Desktop/work/ignition/config/environment.rb:2:in `require' | |
from /Users/cory.schires/Desktop/work/ignition/config/environment.rb:2:in `<top (required)>' | |
from /Users/cory.schires/Desktop/work/ignition/test/test_helper.rb:22:in `require' | |
from /Users/cory.schires/Desktop/work/ignition/test/test_helper.rb:22:in `block in <top (required)>' | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/spork-1.0.0rc2/lib/spork.rb:24:in `prefork' | |
from /Users/cory.schires/Desktop/work/ignition/test/test_helper.rb:8:in `<top (required)>' | |
from /Users/cory.schires/Desktop/work/ignition/test/api_test_helper.rb:1:in `require' | |
from /Users/cory.schires/Desktop/work/ignition/test/api_test_helper.rb:1:in `<top (required)>' | |
from test/api/address_book_contact_spec.rb:1:in `require' | |
from test/api/address_book_contact_spec.rb:1:in `<top (required)>' | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `load' | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `block in <main>' | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `each' | |
from /Users/cory.schires/.rvm/gems/ruby-1.9.2-p180@ignition/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `<main>' | |
rake aborted! | |
Command failed with status (1): [/Users/cory.schires/.rvm/rubies/ruby-1.9.2...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment