Skip to content

Commit

Permalink
Update test/uri/test_common.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Nobuyoshi Nakada <[email protected]>
  • Loading branch information
hsbt and nobu authored Aug 6, 2024
1 parent e3e8549 commit 884df86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/uri/test_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def test_fallback_constants
$VERBOSE = nil
assert URI::ABS_URI
assert_raise(NameError) { URI::FOO }
ensure
$VERBOSE = orig_verbose
end

Expand Down

0 comments on commit 884df86

Please sign in to comment.