mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
parent
c598bc4603
commit
cc4c28d0ce
6 changed files with 7 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue