Skip to content

Commit da8f554

Browse files
mamematzbot
authored andcommitted
[ruby/uri] Prevent a warning: URI::REGEXP is obsolete
(ruby/uri#138) ruby/uri@c00726a20a
1 parent 73cc312 commit da8f554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/uri/test_common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def teardown
1111
end
1212

1313
class Foo
14-
include URI::REGEXP::PATTERN
14+
include URI::RFC2396_REGEXP::PATTERN
1515
end
1616

1717
def test_fallback_constants

0 commit comments

Comments
 (0)