Commit 5585ff3b authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove some empty lines from notify specs

parent 9bd860be
......@@ -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) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment