diff options
author | Pjotr Prins | 2016-10-12 09:19:21 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-13 07:49:21 +0000 |
commit | 8de38e6b79cde5b1ab52b3ae14f3a736f365e555 (patch) | |
tree | 122cc582843f2c5f56c0faf6ee334e3aa8f142be | |
parent | 9b5dc97c27ca3346545067a843acd8e39502e0dd (diff) | |
download | genenetwork2-8de38e6b79cde5b1ab52b3ae14f3a736f365e555.tar.gz |
Tests: require json
-rw-r--r-- | test/lib/gntest.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/gntest.rb b/test/lib/gntest.rb index 865ef51d..5b21b3d5 100644 --- a/test/lib/gntest.rb +++ b/test/lib/gntest.rb @@ -1,5 +1,6 @@ require 'minitest/autorun' require 'mechanize' +require 'json' # ---- Use some default parameters if not set $host = "http://localhost:5003" if !$host |