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-09 14:18:01 +0200
commitc57b53dd462271724f2d6249e3097af2acb857f4 (patch)
treeb065467021cbd707d00d5a2a83be4e909527abb7
parent213e20cefaffef2f14e1ea7c65e1a67e0ec8c91e (diff)
downloadbundler-c57b53dd462271724f2d6249e3097af2acb857f4.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