summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2015-06-15 14:15:48 +0200
committerFlorian Frank <flori@ping.de>2015-06-15 23:23:31 +0200
commitbf8ef07bf3cf0fe7126b029b888e4054116c7c09 (patch)
treefa35a5f6088c5bd1d4d374c1f3035c52c111dd1b
parent500738e0052eebb306b9e972e2b70065972e45be (diff)
downloadjson-rfc-7159-json.tar.gz
Specify JSON module interfacerfc-7159-json
-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