ssoroka (owner)

Revisions

gist: 66578 Download_button fork
public
Public Clone URL: git://gist.github.com/66578.git
Embed All Files: show embed
Bash #
1
2
3
4
5
6
7
8
# 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