Skip to content

Commit

Permalink
Remove deprecated raise_error
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 22, 2024
1 parent 692db5f commit 1c245c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/rspec/its_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def bad
end

its(:good) { will_not raise_error }
its(:bad) { will raise_error }
its(:bad) { will raise_error(ArgumentError) }
its(:bad) { will raise_error("message") }
its(:bad) { will raise_error(ArgumentError, "message") }
Expand Down

0 comments on commit 1c245c4

Please sign in to comment.