Skip to content

Instantly share code, notes, and snippets.

@memaker
Last active November 11, 2016 22:56
Show Gist options
  • Save memaker/cbdbfab498827bce0b4763d916ebb1d3 to your computer and use it in GitHub Desktop.
Save memaker/cbdbfab498827bce0b4763d916ebb1d3 to your computer and use it in GitHub Desktop.
$ bundle install
$ rails generate rspec:install
$ rails generate model User name:string email:string
$ rake db:migrate
$ rake db:test:prepare
$ rspec
No examples found.
Finished in 0.0004 seconds (files took 2.51 seconds to load)
0 examples, 0 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment