summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-10-16 16:38:58 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-10-16 16:38:58 +0900
commit07236100c921f9dcd396d46792b3936a880fdf21 (patch)
tree6d8409fa62d520ff2635d652e4a1a434e8e85d3a
parent0356592184ea0ee58b9e2b4eb73875f1540db4ad (diff)
downloadbundler-07236100c921f9dcd396d46792b3936a880fdf21.tar.gz
rubocop -a
-rw-r--r--spec/support/helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index d6a368c59f..ba2bfb9066 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -215,7 +215,7 @@ module Spec
bang :gem_command
def rake
- "#{Gem.ruby} -S #{ENV['GEM_PATH']}/bin/rake"
+ "#{Gem.ruby} -S #{ENV["GEM_PATH"]}/bin/rake"
end
def sys_exec(cmd)