Created
February 18, 2009 22:09
-
-
Save ssoroka/66578 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# install latest cucumber as gem. | |
git clone git://github.com/aslakhellesoy/cucumber.git | |
cd cucumber | |
git checkout v0.1.99.21 | |
rake gem | |
sudo gem install pkg/cucumber-0.1.99.21.gem | |
cd .. | |
rm -rf cucumber |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment