diff options
author | Pjotr Prins | 2016-10-17 09:56:08 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-17 09:56:08 +0000 |
commit | 141b7336f947bb617802eda785afa5872d82d411 (patch) | |
tree | 1f65091abd6037392d5c446c0926ce5f3e0fa613 /test/lib | |
parent | 200684e64556f0e0ebdd06d3d286daa3c0ecd11e (diff) | |
parent | b15d37ca15256f5ee129ccc7b6dbf169e5f23352 (diff) | |
download | genenetwork2-141b7336f947bb617802eda785afa5872d82d411.tar.gz |
Merge branch 'testing' into chfi
Diffstat (limited to 'test/lib')
-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 |