Fix notification service spec.

This commit is contained in:
Douwe Maan 2015-04-15 21:09:14 +02:00
parent a9b04c4536
commit 990b476faa

View file

@ -149,7 +149,7 @@ describe NotificationService do
before do
build_team(note.project)
allow_any_instance_of(Commit).to receive(:author).and_return()
allow_any_instance_of(Commit).to receive(:author).and_return(@u_committer)
end
describe :new_note do