diff options
author | Florian Frank <flori@ping.de> | 2016-09-23 18:37:50 +0300 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2016-09-23 19:38:00 +0300 |
commit | 1d00c8da715eec2e56e2602b001c28f33c32c046 (patch) | |
tree | 635555280cd0cc645d71937efa284124e9c2983c /tests | |
parent | 8c7eb9e93916f2d863fc9ead9422427e243a5956 (diff) | |
download | json-parsing-numbers-with-specified-number-classes.tar.gz |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_helper.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_helper.rb b/tests/test_helper.rb index 9d3665d..7e99c29 100644 --- a/tests/test_helper.rb +++ b/tests/test_helper.rb @@ -1,5 +1,3 @@ -gem 'json', File.read('VERSION').chomp - case ENV['JSON'] when 'pure' $:.unshift 'lib' |