2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

Set SeedFu to quiet mode. No talking please.

This commit is contained in:
Chris Hunt 2013-05-29 09:36:51 -07:00
parent dbf4d9b0dc
commit 46a5066aed

View file

@ -51,6 +51,7 @@ Spork.prefork do
# let's not run seed_fu every test
SeedFu.quiet = true
SeedFu.seed
RSpec.configure do |config|