summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/bundler/other/major_deprecation_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/other/major_deprecation_spec.rb b/spec/bundler/other/major_deprecation_spec.rb
index 947800be22..dc96fb852a 100644
--- a/spec/bundler/other/major_deprecation_spec.rb
+++ b/spec/bundler/other/major_deprecation_spec.rb
@@ -598,7 +598,7 @@ RSpec.describe "major deprecations" do
L
end
- it "raises a helpful error" do
+ it "warns a helpful error" do
bundle "install", raise_on_error: false
expect(err).to include("Found x64-mingw32 in lockfile, which is deprecated and will be removed in the future.")