Skip to content

Instantly share code, notes, and snippets.

@jeffcole
jeffcole / guard_and_spork_for_rails_3.rb
Last active August 29, 2015 14:00
Guard and Spork Setup for Rails 3.x
# Instructions
# 1. Add the following to the indicated files
# 2. $ bundle
# 3. $ guard
# 4. Specs should run automatically on file save
#
# Note that some finagling of gem versions might be necessary depending on the
# project.
# .rspec