summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-11-26 10:32:51 +0900
committergit <[email protected]>2024-11-26 03:32:01 +0000
commit1d9dc4c5044c056d9c3ec61aafde9905dba49a67 (patch)
treec8565b181afed42d42f04bbe24453d26ad7363c0
parent22c1ba9409a52f4e5524b9cec8b61b73e2d1b5b5 (diff)
[ruby/uri] Revert "Prevent a warning: URI::REGEXP is obsolete
(https://github.com/ruby/uri/pull/138)" This reverts commit https://github.com/ruby/uri/commit/c00726a20a00. https://github.com/ruby/uri/commit/22f5a7a790
-rw-r--r--test/uri/test_common.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uri/test_common.rb b/test/uri/test_common.rb
index 774eb91b35..e96f819968 100644
--- a/test/uri/test_common.rb
+++ b/test/uri/test_common.rb
@@ -11,7 +11,7 @@ class URI::TestCommon < Test::Unit::TestCase
end
class Foo
- include URI::RFC2396_REGEXP::PATTERN
+ include URI::REGEXP::PATTERN
end
def test_fallback_constants