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

Fix mailer tests

parent 61833bcb
Branches
Tags
Loading
Loading
@@ -266,7 +266,7 @@ describe Notify do
Loading
@@ -266,7 +266,7 @@ describe Notify do
   
before(:each) { note.stub(:noteable).and_return(commit) } 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' it_behaves_like 'a note email'
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment