summaryrefslogtreecommitdiff
path: root/spec/services/users/last_push_event_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/users/last_push_event_service_spec.rb')
-rw-r--r--spec/services/users/last_push_event_service_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/services/users/last_push_event_service_spec.rb b/spec/services/users/last_push_event_service_spec.rb
index 956358738fe..2b6c0267a0f 100644
--- a/spec/services/users/last_push_event_service_spec.rb
+++ b/spec/services/users/last_push_event_service_spec.rb
@@ -22,7 +22,6 @@ describe Users::LastPushEventService do
it 'caches the event for the origin project when pushing to a fork' do
source = build(:project, id: 5)
- allow(project).to receive(:forked?).and_return(true)
allow(project).to receive(:forked_from_project).and_return(source)
expect(service).to receive(:set_key)