summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-11 14:51:40 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-04 12:25:04 +0200
commitb933b8efc84aa2e79b4f43417d6480661f781726 (patch)
tree28e9eb84b0fdc4074db2d3e01bf3e13d5f1e41f1
parenta35099c00db5921a1b3a7f88235ef58af9ba2280 (diff)
downloadbundler-b933b8efc84aa2e79b4f43417d6480661f781726.tar.gz
Remove unused variable
-rw-r--r--spec/runtime/setup_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/runtime/setup_spec.rb b/spec/runtime/setup_spec.rb
index 2816410a7e..740e803dc2 100644
--- a/spec/runtime/setup_spec.rb
+++ b/spec/runtime/setup_spec.rb
@@ -804,7 +804,6 @@ end
let(:gem_home) { Dir.mktmpdir }
let(:symlinked_gem_home) { Tempfile.new("gem_home").path }
let(:bundler_dir) { ruby_core? ? File.expand_path("../../../..", __FILE__) : File.expand_path("../../..", __FILE__) }
- let(:bundler_lib) { File.join(bundler_dir, "lib") }
before do
FileUtils.ln_sf(gem_home, symlinked_gem_home)