Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Ready <jared.ready1@gmail.com>2016-09-30 04:18:46 +0300
committerJared Ready <jared.ready1@gmail.com>2016-10-23 01:51:50 +0300
commit204da00ea0dc52c6746b160fd698e07f55a7fc00 (patch)
tree49381760197a0d11378cb14c0ac9283308a25ff6 /spec/mailers/notify_spec.rb
parent6ff3625f636b1b4ba94370d5b7ce4afbe0b29a95 (diff)
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