summaryrefslogtreecommitdiff
path: root/tests/json_common_interface_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/json_common_interface_test.rb')
-rw-r--r--tests/json_common_interface_test.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/json_common_interface_test.rb b/tests/json_common_interface_test.rb
index 9aae2c6..6485328 100644
--- a/tests/json_common_interface_test.rb
+++ b/tests/json_common_interface_test.rb
@@ -2,7 +2,7 @@ require 'test_helper'
require 'stringio'
require 'tempfile'
-class JSONParserTest < Test::Unit::TestCase
+class JSONCommonInterfaceTest < Test::Unit::TestCase
include JSON
def setup
@@ -20,7 +20,6 @@ class JSONParserTest < Test::Unit::TestCase
'"g":"\\"\\u0000\\u001f","h":1.0E3,"i":1.0E-3}'
end
-
def test_index
end