mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
69 specs fail in rails 4 now ...not too bad
This commit is contained in:
@ -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|
|
||||
|
Reference in New Issue
Block a user