Bundle and use guard to automatically run specs on FS events

This commit is contained in:
Thibault Jouan
2011-09-06 13:39:23 +00:00
parent 7350c1e17d
commit 4a11073106
3 changed files with 39 additions and 0 deletions

View File

@@ -15,4 +15,8 @@ group :development, :test do
gem 'database_cleaner'
gem 'factory_girl_rails'
gem 'spork', '~> 0.9.0.rc'
gem 'guard'
gem 'guard-rspec'
gem 'guard-spork'
gem 'rb-inotify'
end