summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-09 14:13:17 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-10 14:56:46 +0200
commita978c17acd1b47c0ad064799695651ff99379194 (patch)
treeabbd8c44768c1ec1cef2bd84777a633e2c005158
parent421ceeca55871e8887f3290325078b5946798aa5 (diff)
downloadbundler-a978c17acd1b47c0ad064799695651ff99379194.tar.gz
Normalize spec description
To be like the rest of the pending specs in the file.
-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 260a2cc55b..5f79a0ce4c 100644
--- a/spec/other/major_deprecation_spec.rb
+++ b/spec/other/major_deprecation_spec.rb
@@ -318,7 +318,7 @@ RSpec.describe "major deprecations" do
)
end
- pending "should fail with a helpful error", :bundler => "3"
+ pending "fails with a helpful error", :bundler => "3"
end
context "when Bundler.setup is run in a ruby script" do