aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/with_clean_env_spec.rb
diff options
context:
space:
mode:
authorrohit <rohit.arondekar@gmail.com>2012-10-02 17:49:43 +0530
committerrohit <rohit.arondekar@gmail.com>2012-10-02 17:49:43 +0530
commitdb2bcee891805a25c8541b4f455006b0562ffa77 (patch)
treee8483954126c69c8a6af93732d91a045e47200d1 /spec/runtime/with_clean_env_spec.rb
parent72502c9377c3b7d0b08d36d29f0f659e446bb365 (diff)
downloadbundler-db2bcee891805a25c8541b4f455006b0562ffa77.tar.gz
fix a few warnings that show up while running specs
Diffstat (limited to 'spec/runtime/with_clean_env_spec.rb')
-rw-r--r--spec/runtime/with_clean_env_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/runtime/with_clean_env_spec.rb b/spec/runtime/with_clean_env_spec.rb
index c325fe85..0b5cc766 100644
--- a/spec/runtime/with_clean_env_spec.rb
+++ b/spec/runtime/with_clean_env_spec.rb
@@ -29,8 +29,6 @@ describe "Bundler.with_env helpers" do
gemfile ""
bundle "install --path vendor/bundle"
- gem_path = ENV['GEM_PATH']
-
code = "Bundler.with_clean_env do;" +
" print ENV['GEM_PATH'] != '';" +
"end"