Bundle and use spork to speed up specs by preloading rails env

This commit is contained in:
Thibault Jouan
2011-09-05 16:31:29 +00:00
parent 7187266982
commit 7350c1e17d
4 changed files with 20 additions and 12 deletions

View File

@@ -14,4 +14,5 @@ group :development, :test do
gem 'capybara'
gem 'database_cleaner'
gem 'factory_girl_rails'
gem 'spork', '~> 0.9.0.rc'
end