Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created March 18, 2009 02:16
Show Gist options
  • Save dchelimsky/80894 to your computer and use it in GitHub Desktop.
Save dchelimsky/80894 to your computer and use it in GitHub Desktop.
...
config.gem 'rspec-rails', :lib => false, :version => '1.2.0'
config.gem 'rspec', :lib => false, :version => '1.2.0'
end
rails example
cd example
script/generate rspec
script/generate rspec_model thing name:string
rake db:migrate
rake spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment