Skip to content

Commit 756e9ff

Browse files
author
Matt Zukowski
committed
use single quotes in spec to make Travis CI happy
1 parent 760eb9e commit 756e9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/grape/validations/params_scope_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class AnotherCustomType
126126
def self.parse(value)
127127
case value
128128
when 'invalid with message'
129-
Grape::Validations::Types::InvalidValue.new "is not correct"
129+
Grape::Validations::Types::InvalidValue.new 'is not correct'
130130
when 'invalid without message'
131131
Grape::Validations::Types::InvalidValue.new
132132
else

0 commit comments

Comments
 (0)