summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorharuuzion <haruuzion@users.noreply.github.com>2021-10-08 01:08:57 +0900
committergit <svn-admin@ruby-lang.org>2021-11-06 01:39:24 +0900
commit82ae9b092cf51062c49b95e81ad184e1dea0df1e (patch)
tree4d28b98aec4402e3367337e6845f64d103a8e919 /spec
parentf1ca64ed7ca746fa2c547f1e2642aed37ed57f12 (diff)
[rubygems/rubygems] Fix url
https://github.com/rubygems/rubygems/commit/6a5a80eff7
Diffstat (limited to 'spec')
-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 873366a190..e4c78e0c6c 100644
--- a/spec/bundler/other/major_deprecation_spec.rb
+++ b/spec/bundler/other/major_deprecation_spec.rb
@@ -665,7 +665,7 @@ The :gist git source is deprecated, and will be removed in the future. Add this
end
it "prints a deprecation warning", :bundler => "< 3" do
- expect(deprecations).to include "The `viz` command has been moved to the `bundle-viz` gem, see https://github.com/bundler/bundler-viz"
+ expect(deprecations).to include "The `viz` command has been moved to the `bundle-viz` gem, see https://github.com/rubygems/bundler-viz"
end
pending "fails with a helpful message", :bundler => "3"