Skip to content

Instantly share code, notes, and snippets.

@jmarmolejos
Last active December 10, 2015 02:48
Show Gist options
  • Save jmarmolejos/4369783 to your computer and use it in GitHub Desktop.
Save jmarmolejos/4369783 to your computer and use it in GitHub Desktop.
Rspec + Spork + Guard setup commands
#Commands
rails g rspec:install
guard init rspec
spork --bootstrap
#Related Files
Guardfile: https://gist.github.com/4369789
spec_helper.rb: https://gist.github.com/4369786
#Related links
http://railscasts.com/episodes/285-spork
http://railscasts.com/episodes/264-guard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment