Skip to content

Instantly share code, notes, and snippets.

@amatsuda
Created July 31, 2009 09:42
Show Gist options
  • Save amatsuda/159156 to your computer and use it in GitHub Desktop.
Save amatsuda/159156 to your computer and use it in GitHub Desktop.
gem 'rspec', :lib => false
gem 'rspec-rails', :lib => false
generate :rspec
generate :rspec_scaffold, 'user', 'name:string'
rake 'db:migrate'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment