Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-15 22:09:14 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-15 22:09:14 +0300
commit990b476faae2720321d9ad604fab52efc25bf82f (patch)
tree1682f10d3cde65e5707d7cdff629cd324f00e367 /spec/services
parenta9b04c4536ef55072f8ff763e85a30099941a1c6 (diff)
Fix notification service spec.
Diffstat (limited to 'spec/services')
-rw-r--r--spec/services/notification_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/notification_service_spec.rb b/spec/services/notification_service_spec.rb
index 0faff48c059..6d2bc41c2b9 100644
--- a/spec/services/notification_service_spec.rb
+++ b/spec/services/notification_service_spec.rb
@@ -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