Skip to content

Commit c00726a

Browse files
authored
Prevent a warning: URI::REGEXP is obsolete (#138)
1 parent be0a095 commit c00726a

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)