Created
January 31, 2013 00:17
-
-
Save YungSang/4678691 to your computer and use it in GitHub Desktop.
Gemfile for cucumber-chef v2.1.0.rc.5
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
source "https://rubygems.org" | |
gem "cucumber-chef", :git => "git://github.com/Atalanta/cucumber-chef", :tag => "v2.1.0.rc.5" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ 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