Commit c997c95d authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'rs-test-seed' into 'master'

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

See merge request gitlab-org/gitlab-ce!15690
parents e0f84130 3f45662e
......@@ -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