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

Fix mailer tests

parent 61833bcb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -266,7 +266,7 @@ describe Notify do
 
before(:each) { note.stub(:noteable).and_return(commit) }
 
subject { Notify.note_commit_email(recipient.email, note.id) }
subject { Notify.note_commit_email(recipient.id, note.id) }
 
it_behaves_like 'a note email'
 
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