From bf8ef07bf3cf0fe7126b029b888e4054116c7c09 Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Mon, 15 Jun 2015 14:15:48 +0200 Subject: Specify JSON module interface --- tests/json_common_interface_test.rb | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1