summaryrefslogtreecommitdiff
path: root/test/uri/test_wss.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/uri/test_wss.rb')
-rw-r--r--test/uri/test_wss.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/uri/test_wss.rb b/test/uri/test_wss.rb
index 2e8b9bc4b7..13a2583059 100644
--- a/test/uri/test_wss.rb
+++ b/test/uri/test_wss.rb
@@ -3,10 +3,7 @@ require 'test/unit'
require 'uri/https'
require 'uri/wss'
-module URI
-
-
-class TestWSS < Test::Unit::TestCase
+class URI::TestWSS < Test::Unit::TestCase
def setup
end
@@ -66,6 +63,3 @@ class TestWSS < Test::Unit::TestCase
end
end
end
-
-
-end