summaryrefslogtreecommitdiff
path: root/test/uri/test_ws.rb
diff options
context:
space:
mode:
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