summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-12-04 22:33:59 +1100
committerColby Swandale <me@colby.fyi>2018-12-04 22:33:59 +1100
commitf8e367605205e455d98b3a0c6e9e08cb74f47793 (patch)
treea2fe3efe4b138b47174b37087d827948832b2d4f
parentd784c103a1624b76b375989c58671543232ed319 (diff)
downloadbundler-f8e367605205e455d98b3a0c6e9e08cb74f47793.tar.gz
bump bundler_2_mode in inject spec
-rw-r--r--spec/commands/inject_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/inject_spec.rb b/spec/commands/inject_spec.rb
index 822644f39a..d091e01380 100644
--- a/spec/commands/inject_spec.rb
+++ b/spec/commands/inject_spec.rb
@@ -79,7 +79,7 @@ Usage: "bundle inject GEM VERSION"
context "when frozen" do
before do
bundle "install"
- if Bundler.feature_flag.bundler_2_mode?
+ if Bundler.feature_flag.bundler_3_mode?
bundle! "config --local deployment true"
else
bundle! "config --local frozen true"