Skip to content

Commit

Permalink
Fix for rmagick spec
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Mar 1, 2024
1 parent f76a62d commit 07a3fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/processing/rmagick_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def foo=(value); raise; end
instance.manipulate! :read => {
:foo => "1"
}
end.to raise_error NoMethodError, /private method `foo=' called/
end.to raise_error NoMethodError, /private method .foo=. called/
end
end

Expand Down

0 comments on commit 07a3fa3

Please sign in to comment.