Skip to content

Commit bf8ef07

Browse files
committed
Specify JSON module interface
1 parent 500738e commit bf8ef07

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/json_common_interface_test.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'stringio'
33
require 'tempfile'
44

5-
class JSONParserTest < Test::Unit::TestCase
5+
class JSONCommonInterfaceTest < Test::Unit::TestCase
66
include JSON
77

88
def setup
@@ -20,7 +20,6 @@ def setup
2020
'"g":"\\"\\u0000\\u001f","h":1.0E3,"i":1.0E-3}'
2121
end
2222

23-
2423
def test_index
2524
end
2625

0 commit comments

Comments
 (0)