Skip to content

Commit

Permalink
fix ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xronos-i-am committed Jan 31, 2025
1 parent 6c8c73d commit e2b0fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/active_dry_deps_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
expect {
service = Class.new { include Deps["CreateOrder.unknown_method"] }
service.new.unknown_method
}.to raise_error(NoMethodError, /undefined method `unknown_method' for CreateOrder/)
}.to raise_error(NoMethodError, /undefined method.+unknown_method.+CreateOrder/)
end
end

Expand Down

0 comments on commit e2b0fdc

Please sign in to comment.