diff options
author | Florian Frank <flori@ping.de> | 2015-06-15 14:15:48 +0200 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2015-06-15 23:23:31 +0200 |
commit | bf8ef07bf3cf0fe7126b029b888e4054116c7c09 (patch) | |
tree | fa35a5f6088c5bd1d4d374c1f3035c52c111dd1b /tests/json_common_interface_test.rb | |
parent | 500738e0052eebb306b9e972e2b70065972e45be (diff) | |
download | json-rfc-7159-json.tar.gz |
Specify JSON module interfacerfc-7159-json
Diffstat (limited to 'tests/json_common_interface_test.rb')
-rw-r--r-- | tests/json_common_interface_test.rb | 3 |
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 |