aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPjotr Prins2016-10-12 09:19:21 +0000
committerPjotr Prins2016-10-13 07:48:45 +0000
commitcf20ca086330a83fd3e34299c69452ccf8762caf (patch)
treeeef96134421ee4ac6b91e548e8bd689f8199d8c2 /test
parentbf47de632fa787ea1c64005d44d73f6e47f5f474 (diff)
downloadgenenetwork2-cf20ca086330a83fd3e34299c69452ccf8762caf.tar.gz
Tests: require json
Diffstat (limited to 'test')
-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