summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-27 23:27:59 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-28 12:30:46 +0200
commit9f90dca2a05d721ba48c7f2aa8e08c54390e2a16 (patch)
tree8e798914aef2c329f612ab41bc8c6eb272794513
parent9caea90954c9ca2ad0d720983281f1f82c9da558 (diff)
downloadbundler-9f90dca2a05d721ba48c7f2aa8e08c54390e2a16.tar.gz
Move skip to the right place
-rw-r--r--spec/other/major_deprecation_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/other/major_deprecation_spec.rb b/spec/other/major_deprecation_spec.rb
index 83944e4075..c23f78ff7a 100644
--- a/spec/other/major_deprecation_spec.rb
+++ b/spec/other/major_deprecation_spec.rb
@@ -480,9 +480,9 @@ The :gist git source is deprecated, and will be removed in the future. Add this
it "prints a deprecation warning recommending `bundle info`", :bundler => "2" do
expect(deprecations).to include("use `bundle info rack` instead of `bundle show rack`")
end
- end
- pending "fails with a helpful message", :bundler => "3"
+ pending "fails with a helpful message", :bundler => "3"
+ end
end
context "bundle console" do