summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-01 13:54:14 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-12 13:27:30 +0100
commit2de097a446f251a708adfb78d4ff2a8bd15183de (patch)
treecec899f405bb347d03a21275cad57fc3b537a274
parent6032328d706f3e6eb76cf52bd707655f93464fdc (diff)
downloadbundler-2de097a446f251a708adfb78d4ff2a8bd15183de.tar.gz
Unskip, but delay, remembering flags deprecation spec
-rw-r--r--spec/other/major_deprecation_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/major_deprecation_spec.rb b/spec/other/major_deprecation_spec.rb
index 5aca219974..de9c05ec67 100644
--- a/spec/other/major_deprecation_spec.rb
+++ b/spec/other/major_deprecation_spec.rb
@@ -111,7 +111,7 @@ RSpec.describe "major deprecations" do
end
context "with flags" do
- xit "should print a deprecation warning about autoremembering flags" do
+ it "should print a deprecation warning about autoremembering flags", :bundler => "3" do
install_gemfile <<-G, :path => "vendor/bundle"
source "file://#{gem_repo1}"
gem "rack"