Commit d53befb0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix mailer tests

parent 61833bcb
......@@ -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'
......
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