Fix mailer tests

This commit is contained in:
Dmitriy Zaporozhets 2013-02-01 15:37:21 +02:00
parent 61833bcb74
commit d53befb0d1

View file

@ -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'