We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebfbce commit 2e716b1Copy full SHA for 2e716b1
spec/dry/types/implication_spec.rb
@@ -95,7 +95,7 @@
95
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
96
expect { type.success({id: "id"}) }.to raise_error(ArgumentError, /Invalid success value '{id: "id"}'/)
97
else
98
- expect { type.success({id: "id"}) }.to raise_error(ArgumentError, /Invalid success value '\{:id=>"id"\}':/)
+ expect { type.success({id: "id"}) }.to raise_error(ArgumentError, /Invalid success value '\{:id=>"id"\}'/)
99
end
100
101
0 commit comments