Skip to content

Instantly share code, notes, and snippets.

@psy-q
Created May 30, 2011 13:02
Show Gist options
  • Save psy-q/998880 to your computer and use it in GitHub Desktop.
Save psy-q/998880 to your computer and use it in GitHub Desktop.
Cucumber stopped working
rca@macaroni:~/work/code/ror/madek$ bundle install --deployment
Fetching source index for http://rubygems.org/
Fetching source index for http://gems.github.com/
Fetching git://github.com/tpo/irwi.git
remote: Counting objects: 1325, done.
remote: Compressing objects: 100% (636/636), done.
remote: Total 1325 (delta 634), reused 1109 (delta 492)
Receiving objects: 100% (1325/1325), 128.52 KiB, done.
Resolving deltas: 100% (634/634), done.
Installing rake (0.8.7)
Installing RedCloth (4.2.7) with native extensions
Installing abstract (1.0.0) WARNING: abstract-1.0.0 has an invalid nil value for @cert_chain
Installing activesupport (3.0.7)
Installing builder (2.1.2) WARNING: builder-2.1.2 has an invalid nil value for @cert_chain
Installing i18n (0.5.0)
Installing activemodel (3.0.7)
Installing erubis (2.6.6)
Installing rack (1.2.3)
Installing rack-mount (0.6.14)
Installing rack-test (0.5.7)
Installing tzinfo (0.3.27)
Installing actionpack (3.0.7)
Installing mime-types (1.16)
Installing polyglot (0.3.1)
Installing treetop (1.4.9)
Installing mail (2.2.19)
Installing actionmailer (3.0.7)
Installing arel (2.0.10)
Installing activerecord (3.0.7)
Installing activeresource (3.0.7)
Installing acts-as-dag (2.5.5)
Installing bond (0.4.1) with native extensions
Installing highline (1.6.2)
Installing net-ssh (2.1.4)
Installing net-scp (1.0.4)
Installing net-sftp (2.0.5)
Installing net-ssh-gateway (1.1.0)
Installing capistrano (2.6.0)
Installing capistrano-ext (1.2.1)
Installing nokogiri (1.4.4) with native extensions
Installing ffi (1.0.9) with native extensions
Installing childprocess (0.1.9)
Installing json_pure (1.5.1)
Installing rubyzip (0.9.4)
Installing selenium-webdriver (0.2.0)
Installing xpath (0.1.4)
Installing capybara (1.0.0.beta1)
Installing columnize (0.3.2)
Installing configuration (1.2.0)
Installing diff-lcs (1.1.2)
Installing json (1.5.1) with native extensions
Installing gherkin (2.3.9) with native extensions
Installing term-ansicolor (1.0.5)
Installing cucumber (0.10.3)
Installing cucumber-rails (0.4.1)
Installing database_cleaner (0.6.7)
Installing haml (3.1.1)
Using irwi (0.4.1) from git://github.com/tpo/irwi.git (at master)
Installing thor (0.14.6)
Installing railties (3.0.7)
Installing jquery-rails (1.0.9)
Installing launchy (0.4.0)
Installing linecache (0.43) with native extensions WARNING: linecache-0.43 has an invalid nil value for @cert_chain
Installing memcache-client (1.8.5)
Installing mysql2 (0.2.7) with native extensions
Installing nested_set (1.6.5)
Using bundler (1.0.14)
Installing rails (3.0.7)
Installing rcov (0.9.9) with native extensions WARNING: rcov-0.9.9 has an invalid nil value for @cert_chain
Installing stream (0.5)
Installing rgl (0.4.0)
Installing riddle (1.3.3)
Installing rspec-core (2.6.3)
Installing rspec-expectations (2.6.0)
Installing rspec-mocks (2.6.0)
Installing rspec (2.6.0)
Installing rspec-rails (2.6.1)
Installing ruby-debug-base (0.10.4) with native extensions
Installing ruby-debug (0.10.4)
Installing ruby-debug-completion (0.2.1)
Installing ruby-net-ldap (0.0.4) WARNING: ruby-net-ldap-0.0.4 has an invalid nil value for @cert_chain
Installing sass (3.1.1)
Installing spork (0.8.4) with native extensions
Installing steak (1.1.0)
Installing thinking-sphinx (2.0.5)
Installing uuidtools (2.1.2)
Installing will_paginate (3.0.pre2)
Installing zencoder (2.3.1)
Installing zip (2.0.2)
Your bundle is complete! It was installed into ./vendor/bundle
rca@macaroni:~/work/code/ror/madek$ bundle exec cucumber
Using the default profile...
NOTE: Gem.latest_load_paths is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem.latest_load_paths called from /home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/spork-0.8.4/lib/spork.rb:112
.
undefined method `click' for class `Capybara::Driver::RackTest::Node' (NameError)
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-rails-0.4.1/lib/cucumber/rails/capybara/javascript_emulation.rb:7:in `alias_method'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-rails-0.4.1/lib/cucumber/rails/capybara/javascript_emulation.rb:7:in `included'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-rails-0.4.1/lib/cucumber/rails/capybara/javascript_emulation.rb:6:in `class_eval'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-rails-0.4.1/lib/cucumber/rails/capybara/javascript_emulation.rb:6:in `included'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-rails-0.4.1/lib/cucumber/rails/capybara/javascript_emulation.rb:68:in `include'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-rails-0.4.1/lib/cucumber/rails/capybara/javascript_emulation.rb:68
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in `require'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in `require'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:227:in `load_dependency'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in `require'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-rails-0.4.1/lib/cucumber/rails/capybara.rb:5
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in `require'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in `require'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:227:in `load_dependency'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/activesupport-3.0.7/lib/active_support/dependencies.rb:239:in `require'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-rails-0.4.1/lib/cucumber/rails.rb:10
/home/rca/work/code/ror/madek/features/support/env.rb:7:in `require'
/home/rca/work/code/ror/madek/features/support/env.rb:7
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-0.10.3/bin/../lib/cucumber/rb_support/rb_language.rb:143:in `load'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-0.10.3/bin/../lib/cucumber/rb_support/rb_language.rb:143:in `load_code_file'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-0.10.3/bin/../lib/cucumber/runtime/support_code.rb:176:in `load_file'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-0.10.3/bin/../lib/cucumber/runtime/support_code.rb:78:in `load_files!'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-0.10.3/bin/../lib/cucumber/runtime/support_code.rb:77:in `each'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-0.10.3/bin/../lib/cucumber/runtime/support_code.rb:77:in `load_files!'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-0.10.3/bin/../lib/cucumber/runtime.rb:137:in `load_step_definitions'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-0.10.3/bin/../lib/cucumber/runtime.rb:39:in `run!'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-0.10.3/bin/../lib/cucumber/cli/main.rb:43:in `execute!'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-0.10.3/bin/../lib/cucumber/cli/main.rb:20:in `execute'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/gems/cucumber-0.10.3/bin/cucumber:14
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/bin/cucumber:19:in `load'
/home/rca/work/code/ror/madek/vendor/bundle/ruby/1.8/bin/cucumber:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment