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