Skip to content

Commit

Permalink
Remove unwanted test
Browse files Browse the repository at this point in the history
I accidentally added this even though it's not the
wanted behavior.
  • Loading branch information
Splines committed Oct 31, 2024
1 parent a40e13c commit b9f28e8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/models/redeemer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
lecture.reload
expect(Notification.count).to eq(count_before + lecture.editors_and_teacher.count)
end

it "does not allow multiple redemptions" do
voucher.redeem(params)
expect { voucher.redeem(params) }.not_to(change { Redemption.count })
end
end

context "when the voucher is for a tutor" do
Expand Down

0 comments on commit b9f28e8

Please sign in to comment.