Skip to content

Commit

Permalink
rubocop -a
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 7, 2018
1 parent 36f4c8f commit f35ce83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TaskManager
include Rake::TaskManager
end

RUBY = ENV['BUNDLE_RUBY'] || Gem.ruby
RUBY = ENV["BUNDLE_RUBY"] || Gem.ruby

def setup
ARGV.clear
Expand Down

0 comments on commit f35ce83

Please sign in to comment.