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

@@ -113,6 +113,7 @@ GEM
ffi (>= 1.0.7)
json_pure
rubyzip
spork (0.9.0.rc9)
sqlite3 (1.3.3)
term-ansicolor (1.0.5)
thor (0.14.6)
@@ -134,4 +135,5 @@ DEPENDENCIES
haml
rails (= 3.0.9)
rspec-rails
spork (~> 0.9.0.rc)
sqlite3