Skip to content

Instantly share code, notes, and snippets.

@bigfleet
Created April 1, 2009 12:54
Show Gist options
  • Select an option

  • Save bigfleet/88672 to your computer and use it in GitHub Desktop.

Select an option

Save bigfleet/88672 to your computer and use it in GitHub Desktop.
[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