Remove schema loading for each spec run in spec_helper

This commit is contained in:
Thibault Jouan 2011-09-14 17:40:56 +00:00
parent 639293e4ca
commit 9a22c4bb94

View File

@ -12,7 +12,3 @@ Spork.prefork do
config.use_transactional_fixtures = true config.use_transactional_fixtures = true
end end
end end
Spork.each_run do
load "#{Rails.root.to_s}/db/schema.rb"
end