Skip to content

Instantly share code, notes, and snippets.

@chaffeqa
Created September 7, 2011 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chaffeqa/1201466 to your computer and use it in GitHub Desktop.
Save chaffeqa/1201466 to your computer and use it in GitHub Desktop.
Shoulda-matchers third step
Projects/Gems/shoulda-matchers[master]% bundle exec rake cucumber
(in /Users/chaffeqa/Projects/Gems/shoulda-matchers)
$ cd /Users/chaffeqa/Projects/Gems/shoulda-matchers/tmp/aruba
$ rails new testapp
/Users/chaffeqa/.rvm/gems/ruby-1.8.7-p352@shoulda-matchers/gems/bundler-1.0.18/lib/bundler/definition.rb:14:in `build': /Users/chaffeqa/Projects/Gems/shoulda-matchers/Users/chaffeqa/Projects/Gems/shoulda-matchers/Gemfile not found (Bundler::GemfileNotFound)
from /Users/chaffeqa/.rvm/gems/ruby-1.8.7-p352@shoulda-matchers/gems/bundler-1.0.18/lib/bundler.rb:136:in `definition'
from /Users/chaffeqa/.rvm/gems/ruby-1.8.7-p352@shoulda-matchers/gems/bundler-1.0.18/lib/bundler.rb:124:in `load'
from /Users/chaffeqa/.rvm/gems/ruby-1.8.7-p352@shoulda-matchers/gems/bundler-1.0.18/lib/bundler.rb:107:in `setup'
from /Users/chaffeqa/.rvm/gems/ruby-1.8.7-p352@shoulda-matchers/gems/bundler-1.0.18/lib/bundler/setup.rb:17
F-----F-----------------------------
(::) failed steps (::)
tmp/aruba/testapp is not a directory. (RuntimeError)
features/rails_integration.feature:5:in `When I generate a new rails application'
Failing Scenarios:
cucumber features/rails_integration.feature:34 # Scenario: generate a rails application and use matchers in Test::Unit
2 scenarios (1 failed, 1 skipped)
30 steps (1 failed, 29 skipped)
0m0.227s
rake aborted!
Cucumber failed
(See full trace by running task with --trace)
Projects/Gems/shoulda-matchers[master]%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment