summaryrefslogtreecommitdiff
path: root/spec/commands/clean_spec.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-07-19 13:14:34 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-07-19 13:14:34 -0500
commit9760e0898734340d1d44f7a5a6b84341b0c512ae (patch)
treeec7d476a60fcb6f923a57bcbdefae026c3af4b87 /spec/commands/clean_spec.rb
parent1b7955e96e56f24d03b2438267144c06f1d32c78 (diff)
downloadbundler-9760e0898734340d1d44f7a5a6b84341b0c512ae.tar.gz
[CLI] Deprecate install --clean
Diffstat (limited to 'spec/commands/clean_spec.rb')
-rw-r--r--spec/commands/clean_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/commands/clean_spec.rb b/spec/commands/clean_spec.rb
index dcdb4bfaa3..e1febcbd4e 100644
--- a/spec/commands/clean_spec.rb
+++ b/spec/commands/clean_spec.rb
@@ -338,7 +338,7 @@ RSpec.describe "bundle clean" do
expect(out).to include("thin (1.0)")
end
- it "--clean should override the bundle setting on install" do
+ it "--clean should override the bundle setting on install", :bundler => "< 2" do
gemfile <<-G
source "file://#{gem_repo1}"
@@ -358,7 +358,7 @@ RSpec.describe "bundle clean" do
should_not_have_gems "thin-1.0"
end
- it "--clean should override the bundle setting on update" do
+ it "--clean should override the bundle setting on update", :bundler => "< 2" do
build_repo2
gemfile <<-G