Commit 3f45662e authored by Robert Speicher's avatar Robert Speicher

Don't disable the Rails mailer when seeding the test environment

parent e0f84130
......@@ -8,7 +8,8 @@ end
module Gitlab
class Seeder
def self.quiet
mute_mailer
mute_mailer unless Rails.env.test?
SeedFu.quiet = true
yield
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment