Skip to content

Commit

Permalink
Merge pull request #106 from mtasaka/ruby33-exception-msg-fix
Browse files Browse the repository at this point in the history
TEST: support ruby 3.3 NoMethodError message
  • Loading branch information
ms-ati authored Jul 24, 2024
2 parents 08cf67d + 43e851b commit f8a04c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/docile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def push_element
expect { push_element }.
to raise_error(
NoMethodError,
/undefined method `push' (for|on) nil:NilClass/
/undefined method `push' (for|on) nil/
)
end
end
Expand Down

0 comments on commit f8a04c1

Please sign in to comment.