[ruby/uri] Prevent a warning: URI::REGEXP is obsolete
(https://github.com/ruby/uri/pull/138) https://github.com/ruby/uri/commit/c00726a20a
This commit is contained in:
parent
73cc312e42
commit
da8f554011
@ -11,7 +11,7 @@ class URI::TestCommon < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
class Foo
|
||||
include URI::REGEXP::PATTERN
|
||||
include URI::RFC2396_REGEXP::PATTERN
|
||||
end
|
||||
|
||||
def test_fallback_constants
|
||||
|
Loading…
x
Reference in New Issue
Block a user