aboutsummaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorPjotr Prins2016-10-17 09:56:08 +0000
committerPjotr Prins2016-10-17 09:56:08 +0000
commit141b7336f947bb617802eda785afa5872d82d411 (patch)
tree1f65091abd6037392d5c446c0926ce5f3e0fa613 /test/lib
parent200684e64556f0e0ebdd06d3d286daa3c0ecd11e (diff)
parentb15d37ca15256f5ee129ccc7b6dbf169e5f23352 (diff)
downloadgenenetwork2-141b7336f947bb617802eda785afa5872d82d411.tar.gz
Merge branch 'testing' into chfi
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/gntest.rb1
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