summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Unger <amy.e.unger@gmail.com>2015-07-26 20:50:46 -0500
committerAmy Unger <amy.e.unger@gmail.com>2015-07-26 20:50:46 -0500
commit1c32a71811bfab307d837483c81cc74e1b1cb0dc (patch)
treef679cd2e187ea680e46723ad7145a11231d1e5ad
parentce7fd722a63455d00d2bc0dc5f43e5631c2d1e22 (diff)
downloadbundler-1c32a71811bfab307d837483c81cc74e1b1cb0dc.tar.gz
Fix style to use double quotes
-rw-r--r--spec/commands/newgem_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/newgem_spec.rb b/spec/commands/newgem_spec.rb
index 266fd44fc4..8acde88b5e 100644
--- a/spec/commands/newgem_spec.rb
+++ b/spec/commands/newgem_spec.rb
@@ -28,7 +28,7 @@ describe "bundle gem" do
end
after do
- `rm "#{ENV['GIT_CONFIG']}"` if File.exist?(ENV["GIT_CONFIG"])
+ `rm "#{ENV["GIT_CONFIG"]}"` if File.exist?(ENV["GIT_CONFIG"])
ENV["GIT_CONFIG"] = @git_config_location
end