summaryrefslogtreecommitdiff
path: root/spec/mailers/notify_spec.rb
diff options
context:
space:
mode:
authorJared Ready <jared.ready1@gmail.com>2016-09-29 20:18:46 -0500
committerJared Ready <jared.ready1@gmail.com>2016-10-22 17:51:50 -0500
commit204da00ea0dc52c6746b160fd698e07f55a7fc00 (patch)
tree49381760197a0d11378cb14c0ac9283308a25ff6 /spec/mailers/notify_spec.rb
parent6ff3625f636b1b4ba94370d5b7ce4afbe0b29a95 (diff)
downloadgitlab-ce-204da00ea0dc52c6746b160fd698e07f55a7fc00.tar.gz
Move spec/mailers/shared/notify.rb to spec/support
Diffstat (limited to 'spec/mailers/notify_spec.rb')
-rw-r--r--spec/mailers/notify_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb
index c8207e58e90..f5f3f58613d 100644
--- a/spec/mailers/notify_spec.rb
+++ b/spec/mailers/notify_spec.rb
@@ -1,6 +1,5 @@
require 'spec_helper'
require 'email_spec'
-require 'mailers/shared/notify'
describe Notify do
include EmailSpec::Helpers