diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-09-01 13:53:24 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-09-01 13:53:24 +0200 |
commit | 5585ff3b8e780db589c1f18e398cf52cf4bf66e0 (patch) | |
tree | 81a896c9a59fd043333ebe87318bab0bf3fe22db /spec/mailers | |
parent | 9bd860bef21782e7d0972084d1cf1df30da3c9ac (diff) | |
download | gitlab-ce-5585ff3b8e780db589c1f18e398cf52cf4bf66e0.tar.gz |
Remove some empty lines from notify specsbackstage/gb/optimize-notification-specs
Diffstat (limited to 'spec/mailers')
-rw-r--r-- | spec/mailers/notify_spec.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb index 0c8d38c2721..932e2fd8c95 100644 --- a/spec/mailers/notify_spec.rb +++ b/spec/mailers/notify_spec.rb @@ -27,7 +27,6 @@ describe Notify do description: 'My awesome description!') end - def have_referable_subject(referable, reply: false) prefix = referable.project.name if referable.project prefix = "Re: #{prefix}" if reply @@ -54,7 +53,6 @@ describe Notify do end context 'for issues' do - describe 'that are new' do subject { described_class.new_issue_email(issue.assignees.first.id, issue.id) } @@ -242,7 +240,6 @@ describe Notify do end end - describe 'that are reassigned' do subject { described_class.reassigned_merge_request_email(recipient.id, merge_request.id, previous_assignee.id, current_user.id) } |