Skip to content

Instantly share code, notes, and snippets.

@YungSang
Created January 31, 2013 00:17
Show Gist options
  • Save YungSang/4678691 to your computer and use it in GitHub Desktop.
Save YungSang/4678691 to your computer and use it in GitHub Desktop.
Gemfile for cucumber-chef v2.1.0.rc.5
source "https://rubygems.org"
gem "cucumber-chef", :git => "git://github.com/Atalanta/cucumber-chef", :tag => "v2.1.0.rc.5"
@YungSang
Copy link
Author

$ cucumber-chef setup

Error....

$ vagrant ssh

vagrant@cucumber-chef $ sudo gem install bundler
vagrant@cucumber-chef $ sudo apt-get install git
vagrant@cucumber-chef $ mkdir tmp
vagrant@cucumber-chef $ cd tmp
vagrant@cucumber-chef $ vi Gemfile

source "https://rubygems.org"
gem "cucumber-chef", :git => "git://github.com/Atalanta/cucumber-chef", :tag => "v2.1.0.rc.5"

vagrant@cucumber-chef $ bundle
vagrant@cucumber-chef $ exit

$ cucumber-chef setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment