[rubygems/rubygems] Use assert_raise instead of assert_raises

769e87f011
This commit is contained in:
Hiroshi SHIBATA 2021-05-11 12:25:46 +09:00
parent 2c0072dec5
commit c30594bb0c
Notes: git 2021-05-12 17:25:21 +09:00
69 changed files with 410 additions and 410 deletions

View file

@ -126,7 +126,7 @@ class TestGemResolverBestSet < Gem::TestCase
error = Gem::RemoteFetcher::FetchError.new 'bogus', @gem_repo
e = assert_raises Gem::RemoteFetcher::FetchError do
e = assert_raise Gem::RemoteFetcher::FetchError do
set.replace_failed_api_set error
end