summaryrefslogtreecommitdiff
path: root/spec/mailers/notify_spec.rb
diff options
context:
space:
mode:
authorFu Xu <fuxu@fuxu.name>2016-09-28 16:14:47 +0800
committerFu Xu <fuxu@fuxu.name>2016-10-03 18:07:28 +0800
commit048f124a0851a51c449881814dbfd2f2fc2dd32d (patch)
tree1feb362fbb4bea77d070b9d18376471b2f994b1b /spec/mailers/notify_spec.rb
parent2a438f452c920e57545add519ed7b7a2c15e660e (diff)
downloadgitlab-ce-048f124a0851a51c449881814dbfd2f2fc2dd32d.tar.gz
move spec back into shared example `an email sent from GitLab`
Diffstat (limited to 'spec/mailers/notify_spec.rb')
-rw-r--r--spec/mailers/notify_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb
index 8dc5e0b34d2..cd8578b6f49 100644
--- a/spec/mailers/notify_spec.rb
+++ b/spec/mailers/notify_spec.rb
@@ -1094,11 +1094,4 @@ describe Notify do
is_expected.to have_body_text /#{diff_path}/
end
end
-
- describe 'email has correct subject' do
- it 'has correct suffix' do
- stub_config_setting(email_subject_suffix: 'A Nice Suffix')
- is_expected.to have_subject /\| A Nice Suffix$/
- end
- end
end