summaryrefslogtreecommitdiff
path: root/tests/test_json_string_matching.rb
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2015-06-13 12:22:44 +0200
committerFlorian Frank <flori@ping.de>2015-06-13 12:22:44 +0200
commita4d6f51b75ac00ac4f4960b96fae3dbcff173875 (patch)
treea5bdf558c009193c0298a3cd253ad76b344d4c96 /tests/test_json_string_matching.rb
parentdb4c71a7701b95c30f945ee1536240920dcfdc17 (diff)
downloadjson-a4d6f51b75ac00ac4f4960b96fae3dbcff173875.tar.gz
Move common setup into test_helper.rb
Diffstat (limited to 'tests/test_json_string_matching.rb')
-rw-r--r--tests/test_json_string_matching.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_json_string_matching.rb b/tests/test_json_string_matching.rb
index c233df8..2b89588 100644
--- a/tests/test_json_string_matching.rb
+++ b/tests/test_json_string_matching.rb
@@ -1,8 +1,7 @@
#!/usr/bin/env ruby
# encoding: utf-8
-require 'test/unit'
-require File.join(File.dirname(__FILE__), 'setup_variant')
+require 'test_helper'
require 'stringio'
require 'time'