Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22f5a7a

Browse files
committed
Revert "Prevent a warning: URI::REGEXP is obsolete (#138)"
This reverts commit c00726a.
1 parent c00726a commit 22f5a7a

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::RFC2396_REGEXP::PATTERN
14+
include URI::REGEXP::PATTERN
1515
end
1616

1717
def test_fallback_constants

0 commit comments

Comments
 (0)