Using spork with watchr and all that jazz... though still not feeling like the tests are "blazingly fast" (sigh)

This commit is contained in:
Dan Buch
2011-11-14 08:35:09 -05:00
parent 99b84ea0c9
commit d727621c46
7 changed files with 49 additions and 31 deletions

View File

@@ -36,5 +36,5 @@ group :development, :test do
gem 'rspec-rails'
gem 'watchr'
gem 'rev'
gem 'spork'
gem 'spork', '~> 0.9.0.rc'
end