summaryrefslogtreecommitdiff
path: root/tests/test_json_string_matching.rb
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2012-04-27 19:05:51 +0200
committerFlorian Frank <flori@ping.de>2012-04-27 20:24:11 +0200
commit7c6e8cd98fb7d841f08e083040b8316f7c752157 (patch)
treef5c5bb4b34a551aaadbcdc04904a9eced7ac4468 /tests/test_json_string_matching.rb
parent3c1e22681bfb5d1fb21367854eedb6e60e875c4f (diff)
downloadjson-7c6e8cd98fb7d841f08e083040b8316f7c752157.tar.gz
Rename test names according to file
Diffstat (limited to 'tests/test_json_string_matching.rb')
-rw-r--r--tests/test_json_string_matching.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_json_string_matching.rb b/tests/test_json_string_matching.rb
index df26a68..b8a7169 100644
--- a/tests/test_json_string_matching.rb
+++ b/tests/test_json_string_matching.rb
@@ -6,7 +6,7 @@ require File.join(File.dirname(__FILE__), 'setup_variant')
require 'stringio'
require 'time'
-class TestJsonStringMatching < Test::Unit::TestCase
+class TestJSONStringMatching < Test::Unit::TestCase
include JSON
class TestTime < ::Time