Satisfy Rubocop

This commit is contained in:
Douwe Maan 2017-03-13 12:05:02 -06:00 committed by Luke "Jared" Bennett
parent 08bbb9fce6
commit 336016fa85
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ describe Projects::CommitController do
expect(assigns(:diff_notes_disabled)).to be_falsey
expect(assigns(:new_diff_note_attrs)).to eq(noteable_type: 'Commit',
commit_id: commit2.id)
commit_id: commit2.id)
end
it 'only renders the diffs for the path given' do

View File

@ -575,7 +575,7 @@ describe Projects::MergeRequestsController do
expect(assigns(:diff_notes_disabled)).to be_falsey
expect(assigns(:new_diff_note_attrs)).to eq(noteable_type: 'MergeRequest',
noteable_id: merge_request.id)
noteable_id: merge_request.id)
end
it 'only renders the diffs for the path given' do