Skip to content

Commit

Permalink
use single quotes in spec to make Travis CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Zukowski committed Nov 14, 2015
1 parent 760eb9e commit 756e9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/grape/validations/params_scope_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class AnotherCustomType
def self.parse(value)
case value
when 'invalid with message'
Grape::Validations::Types::InvalidValue.new "is not correct"
Grape::Validations::Types::InvalidValue.new 'is not correct'
when 'invalid without message'
Grape::Validations::Types::InvalidValue.new
else
Expand Down

0 comments on commit 756e9ff

Please sign in to comment.