diff options
author | Florian Frank <flori@ping.de> | 2012-04-27 19:05:51 +0200 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2012-04-27 20:24:11 +0200 |
commit | 7c6e8cd98fb7d841f08e083040b8316f7c752157 (patch) | |
tree | f5c5bb4b34a551aaadbcdc04904a9eced7ac4468 /tests/test_json_string_matching.rb | |
parent | 3c1e22681bfb5d1fb21367854eedb6e60e875c4f (diff) | |
download | json-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.rb | 2 |
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 |