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 760eb9e commit 756e9ffCopy full SHA for 756e9ff
spec/grape/validations/params_scope_spec.rb
@@ -126,7 +126,7 @@ class AnotherCustomType
126
def self.parse(value)
127
case value
128
when 'invalid with message'
129
- Grape::Validations::Types::InvalidValue.new "is not correct"
+ Grape::Validations::Types::InvalidValue.new 'is not correct'
130
when 'invalid without message'
131
Grape::Validations::Types::InvalidValue.new
132
else
0 commit comments