diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-11-30 16:29:27 +0800 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-12-01 12:17:33 +0800 |
commit | 819f459b69935f75cbe423884149564cf6cea001 (patch) | |
tree | 7aec3caf9fd6ddcfe66bee0a8d21abbab3a6e64b /spec/spec_helper.rb | |
parent | 7633e4ae3f99aa109788b90a722a2404f6e3536d (diff) | |
download | gitlab-ce-819f459b69935f75cbe423884149564cf6cea001.tar.gz |
Only include EmailHelpers in mailer specs and specs using themrs-include-emailhelpers
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index bead1a006d1..ef33c473d38 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -32,7 +32,7 @@ RSpec.configure do |config| config.include LoginHelpers, type: :feature config.include SearchHelpers, type: :feature config.include StubConfiguration - config.include EmailHelpers + config.include EmailHelpers, type: :mailer config.include TestEnv config.include ActiveJob::TestHelper config.include ActiveSupport::Testing::TimeHelpers |