[ruby/uri] Define test cases as qualified class names

aaa22a2443
This commit is contained in:
Nobuyoshi Nakada 2023-05-04 22:56:27 +09:00 committed by git
parent c598bc4603
commit cc4c28d0ce
6 changed files with 7 additions and 43 deletions

View file

@ -3,10 +3,7 @@ require 'test/unit'
require 'uri/http'
require 'uri/https'
module URI
class TestHTTP < Test::Unit::TestCase
class URI::TestHTTP < Test::Unit::TestCase
def setup
end
@ -82,6 +79,3 @@ class TestHTTP < Test::Unit::TestCase
assert_equal('https://a.b.c', URI.parse('https://a.b.c/').origin)
end
end
end