aboutsummaryrefslogtreecommitdiff
path: root/test/lib/gntest.rb
diff options
context:
space:
mode:
authorPjotr Prins2018-04-02 08:49:53 +0000
committerPjotr Prins2018-04-02 08:49:53 +0000
commit0c600598b4f1c8a19b3bf13aa6cb197494a9c122 (patch)
treec29df93ea790b655c462ecd99b2ba00e04d105f5 /test/lib/gntest.rb
parent0a5c128249c7d2fe3fc7760892614f8a93d68e3c (diff)
downloadgenenetwork2-0c600598b4f1c8a19b3bf13aa6cb197494a9c122.tar.gz
Testing moved to Python
Diffstat (limited to 'test/lib/gntest.rb')
-rw-r--r--test/lib/gntest.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/lib/gntest.rb b/test/lib/gntest.rb
deleted file mode 100644
index 5b21b3d5..00000000
--- a/test/lib/gntest.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-require 'minitest/autorun'
-require 'mechanize'
-require 'json'
-
-# ---- Use some default parameters if not set
-$host = "http://localhost:5003" if !$host