69 specs fail in rails 4 now ...not too bad

This commit is contained in:
Sam
2013-07-22 11:00:53 +10:00
parent 33e3f123b4
commit 9e4b0df7ff
6 changed files with 24 additions and 11 deletions

View File

@ -49,9 +49,8 @@ Spork.prefork do
Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f}
# let's not run seed_fu every test
SeedFu.quiet = true
SeedFu.quiet = true if SeedFu.respond_to? :quiet
SeedFu.seed
RSpec.configure do |config|