aboutsummaryrefslogtreecommitdiff
path: root/test/lib/gntest.rb
diff options
context:
space:
mode:
authorzsloan2018-04-02 10:55:03 -0500
committerGitHub2018-04-02 10:55:03 -0500
commit92e89794fa57ef1570631403a8ceebf52a2cbc08 (patch)
tree6a67253cbcda1e258f6cd18cd5d80001e01d01a1 /test/lib/gntest.rb
parent5424741a4a126bfd5f04df7cbcdc30b4e1376b86 (diff)
parent9544ca2e6461b267c28d9a4c7fe976bc34f10be3 (diff)
downloadgenenetwork2-92e89794fa57ef1570631403a8ceebf52a2cbc08.tar.gz
Merge pull request #300 from pjotrp/testing
Testing
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