aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-06-10 11:37:09 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-06-10 11:37:11 +0530
commit0aaa3f3a9b236acfc5198196c845cc9d6320ce30 (patch)
treefec0a5852306c660e34bc84981d2734871619b3d /spec/spec_helper.rb
parentb126b40bbddf8af631b949ffdc7e20ab64f75c6a (diff)
downloadbundler-0aaa3f3a9b236acfc5198196c845cc9d6320ce30.tar.gz
Included plugins in bool_keys for settings
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 0fc875a7..7aaaa087 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -41,7 +41,7 @@ Spec::Rubygems.setup
FileUtils.rm_rf(Spec::Path.gem_repo1)
ENV["RUBYOPT"] = "#{ENV["RUBYOPT"]} -r#{Spec::Path.root}/spec/support/hax.rb"
ENV["BUNDLE_SPEC_RUN"] = "true"
-ENV["BUNDLE_PLUGIN"] = "true"
+ENV["BUNDLE_PLUGINS"] = "true"
# Don't wrap output in tests
ENV["THOR_COLUMNS"] = "10000"