summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_sources_command.rb
diff options
context:
space:
mode:
authorDaniel Niknam <[email protected]>2021-08-22 20:06:02 +1000
committerHiroshi SHIBATA <[email protected]>2021-08-31 19:06:14 +0900
commit589377fbdce9d281041535e3bf63f008689bb776 ()
tree7eb9671d26a73517834f2e42ab206462229c5c57 /test/rubygems/test_gem_commands_sources_command.rb
parenta508693f06aefe30d2d83c9617541722ba6c8d66 (diff)
[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError.build` back to its initialize method
https://.com/rubygems/rubygems/commit/21dcdd2dc5
Notes: Merged: https://.com/ruby/ruby/pull/4789
-rw-r--r--test/rubygems/test_gem_commands_sources_command.rb2
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ class TestGemCommandsSourcesCommand < Gem::TestCase
uri = "http://beta-gems.example.com/specs.#{@marshal_version}.gz"
@fetcher.data[uri] = proc do
- raise Gem::RemoteFetcher::FetchError.build('it died', uri)
end
@cmd.handle_options %w[--add http://beta-gems.example.com]