Skip to content

Commit

Permalink
fix: readd it_behaves_like
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw committed Oct 14, 2023
1 parent 5e882e9 commit 214387f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/requests/v1/activities_controller/ical_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
filtered_activity
end

it_behaves_like '200 OK'
it { expect(ical_events.map(&:summary).to_s).to include("Verjaardag #{user.full_name}") }
it { expect(ical_events.map(&:summary).to_s).to include(activity.title) }
it { expect(request.body).not_to include(filtered_activity.title) }
Expand Down

0 comments on commit 214387f

Please sign in to comment.