summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-11-30 16:29:27 +0800
committerRobert Speicher <rspeicher@gmail.com>2016-12-01 12:17:33 +0800
commit819f459b69935f75cbe423884149564cf6cea001 (patch)
tree7aec3caf9fd6ddcfe66bee0a8d21abbab3a6e64b /spec/spec_helper.rb
parent7633e4ae3f99aa109788b90a722a2404f6e3536d (diff)
downloadgitlab-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.rb2
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