bigfleet (owner)

Revisions

gist: 88672 Download_button fork
public
Public Clone URL: git://gist.github.com/88672.git
Embed All Files: show embed
Rolling with Cucumber #
1
2
3
4
5
6
7
8
9
10
11
12
13
[sudo] gem install term-ansicolor treetop diff-lcs nokogiri builder
[sudo] gem install rspec rspec-rails cucumber webrat
rails newproj
cd newproj
git clone git://github.com/aslakhellesoy/cucumber.git vendor/plugins/cucumber
git clone git://github.com/brynary/webrat.git vendor/plugins/webrat
ruby script/generate cucumber
ruby script/generate scaffold Frooble name:string color:string description:text
rake db:migrate
ruby script/generate feature Frooble name:string color:string description:text
rake features