summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-06-06 13:35:21 -0700
committerCarl Lerche <carllerche@mac.com>2010-06-06 13:35:21 -0700
commit6cf4cffd17ab47baeaef98a3307f1a2893582f0a (patch)
treec6a20f7657f0f3e3cadaa22329c1eb2651aa932e /spec/spec_helper.rb
parent30b63b090c9ab4f733f91b0141100865e8bc99ac (diff)
downloadbundler-6cf4cffd17ab47baeaef98a3307f1a2893582f0a.tar.gz
Add #env to Gemfile for specifying conditions for including / excluding groups based on ENV
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 62b3173721..524dce449c 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -70,5 +70,6 @@ Spec::Runner.configure do |config|
ENV['GEM_PATH'] = original_gem_home
ENV['BUNDLE_PATH'] = nil
ENV['BUNDLE_GEMFILE'] = nil
+ ENV['BUNDLER_TEST'] = nil
end
end