Skip to content

Commit

Permalink
Prevent a warning: URI::REGEXP is obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Nov 25, 2024
1 parent be0a095 commit 55058dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/uri/test_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def teardown
end

class Foo
include URI::REGEXP::PATTERN
include URI::RFC2396_REGEXP::PATTERN
end

def test_fallback_constants
Expand Down

0 comments on commit 55058dd

Please sign in to comment.