summaryrefslogtreecommitdiff
path: root/test/uri/test_ws.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-05-04 22:56:27 +0900
committergit <svn-admin@ruby-lang.org>2023-05-05 00:46:11 +0000
commitcc4c28d0cedc65cf1ffa62ef30579d17eb41758b (patch)
tree5905d637bce377e843b26931bcd2868158e472fd /test/uri/test_ws.rb
parentc598bc4603ad0cf1c788bf21aea2c1bd3a29f226 (diff)
downloadruby-cc4c28d0cedc65cf1ffa62ef30579d17eb41758b.tar.gz
[ruby/uri] Define test cases as qualified class names
https://github.com/ruby/uri/commit/aaa22a2443
Diffstat (limited to 'test/uri/test_ws.rb')
-rw-r--r--test/uri/test_ws.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/uri/test_ws.rb b/test/uri/test_ws.rb
index 17acb0d9f2..f3918f617c 100644
--- a/test/uri/test_ws.rb
+++ b/test/uri/test_ws.rb
@@ -3,10 +3,7 @@ require 'test/unit'
require 'uri/http'
require 'uri/ws'
-module URI
-
-
-class TestWS < Test::Unit::TestCase
+class URI::TestWS < Test::Unit::TestCase
def setup
end
@@ -66,6 +63,3 @@ class TestWS < Test::Unit::TestCase
end
end
end
-
-
-end