summaryrefslogtreecommitdiff
path: root/tests/test_json_string_matching.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_json_string_matching.rb')
-rw-r--r--tests/test_json_string_matching.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/test_json_string_matching.rb b/tests/test_json_string_matching.rb
index 0ea12ed..149a63b 100644
--- a/tests/test_json_string_matching.rb
+++ b/tests/test_json_string_matching.rb
@@ -2,11 +2,7 @@
# -*- coding: utf-8 -*-
require 'test/unit'
-case ENV['JSON']
-when 'pure' then require 'json/pure'
-when 'ext' then require 'json/ext'
-else require 'json'
-end
+require File.join(File.dirname(__FILE__), 'setup_variant')
require 'stringio'
require 'time'