Created
April 1, 2009 12:54
-
-
Save bigfleet/88672 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
| [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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment