Skip to content

Instantly share code, notes, and snippets.

@telagraphic
Created October 16, 2012 23:32
Show Gist options
  • Save telagraphic/3902751 to your computer and use it in GitHub Desktop.
Save telagraphic/3902751 to your computer and use it in GitHub Desktop.
rvm do all cucumber
source :rubygems
#ruby=1.9.2
group :test do
gem 'cucumber', '1.1.3'
gem "rspec-expectations", "~> 2.11.3"
gem "savon", "~> 1.2.0"
gem "httpi", "~> 1.1.1"
gem "test-unit", "~> 2.5.2"
gem "rspec", "~> 2.11.0"
gem "savon_spec", "~> 1.3.0"
end
/home/pillar/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in `to_specs': Could not find cucumber (>= 0) amongst [minitest-1.6.0, rake-0.8.7, rdoc-2.5.8] (Gem::LoadError)
from /home/pillar/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:256:in `to_spec'
from /home/pillar/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/site_ruby/1.9.1/rubygems.rb:1231:in `gem'
from /home/pillar/.rvm/gems/ruby-1.9.2-p320/bin/cucumber:18:in `<main>'
from /home/pillar/.rvm/gems/ruby-1.9.2-p320/bin/ruby_noexec_wrapper:14:in `eval'
from /home/pillar/.rvm/gems/ruby-1.9.2-p320/bin/ruby_noexec_wrapper:14:in `<main>'
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment