Skip to content

Commit

Permalink
Rubocop cleanup post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Buch committed Mar 20, 2014
1 parent 927a152 commit 9cd2316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque-loner/legacy_helpers.rb
Expand Up @@ -7,7 +7,7 @@
# OkJson won't work because it doesn't serialize symbols
# in the same way yajl and json do.
if MultiJson.engine.to_s == 'MultiJson::Engines::OkJson'
raise "Please install the yajl-ruby or json gem"
fail 'Please install the yajl-ruby or json gem'
end

module Resque
Expand Down

0 comments on commit 9cd2316

Please sign in to comment.