Fix notification service spec.
This commit is contained in:
parent
a9b04c4536
commit
990b476faa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue