From 3070920be47bc1af869470611852db8f68ac8278 Mon Sep 17 00:00:00 2001 From: Nils Rauch Date: Mon, 9 Dec 2024 09:17:23 +0100 Subject: [PATCH] Remove unused code --- spec/views/event/participations/_attrs.html.haml_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/views/event/participations/_attrs.html.haml_spec.rb b/spec/views/event/participations/_attrs.html.haml_spec.rb index 1077597..bb47fb0 100644 --- a/spec/views/event/participations/_attrs.html.haml_spec.rb +++ b/spec/views/event/participations/_attrs.html.haml_spec.rb @@ -27,9 +27,6 @@ allow(view).to receive_messages(parent: event) allow(view).to receive_messages(entry: participation.decorate) allow(view).to receive_messages(params: params) - # allow(view).to receive_messages(current_person: people(:top_leader)) - # Fabricate(event.participant_types.first.name, participation: participation) - # participation.reload end context "with PeopleManager assigned" do