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-01 19:32:39 +0100
commit9d4abd6c22f3d07a56e743ee060bb4f93fcdd1dd (patch)
tree45ec835ecbab08759eac0be6b966b91a7dd7ee7d
parentd33f5fb6ed6f851e2db1654cbcccb0d0159926e0 (diff)
downloadbundler-9d4abd6c22f3d07a56e743ee060bb4f93fcdd1dd.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 de2d173b11..0ce55feb67 100644
--- a/spec/other/major_deprecation_spec.rb
+++ b/spec/other/major_deprecation_spec.rb
@@ -94,7 +94,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"