Skip to content
Snippets Groups Projects
Verified Commit d23ffc83 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix code that depends on incorrect inflector behavior

parent 8a22b5bf
No related branches found
No related tags found
No related merge requests found
.search-result-row
= render 'projects/commits/commit', project: @project, commit: commits
= render 'projects/commits/commit', project: @project, commit: commit
Loading
Loading
@@ -468,7 +468,7 @@ describe Notify do
subject { Notify.note_commit_email(recipient.id, note.id) }
 
it_behaves_like 'a note email'
it_behaves_like 'an answer to an existing thread', 'commits'
it_behaves_like 'an answer to an existing thread', 'commit'
 
it 'has the correct subject' do
is_expected.to have_subject /#{commit.title} \(#{commit.short_id}\)/
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment