diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-13 13:27:07 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-13 13:27:07 +0000 |
commit | a7b5d454667f9926377b9f230b86bc68c7ed2c6c (patch) | |
tree | dde765297172e03671627888ffa8d38a69322c71 /test/json/test_helper.rb | |
parent | 2ac58e689131e368a0148b05856054c0e04d7409 (diff) |
* test/lib/test/unit.rb: added test files with `_test` suffix for json
upstream.
* test/json: merge original test files from json upstream.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/json/test_helper.rb')
-rw-r--r-- | test/json/test_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/json/test_helper.rb b/test/json/test_helper.rb index 69edb627e8..7e99c29d0d 100644 --- a/test/json/test_helper.rb +++ b/test/json/test_helper.rb @@ -1,4 +1,3 @@ -# frozen_string_literal: false case ENV['JSON'] when 'pure' $:.unshift 'lib' |