aboutsummaryrefslogtreecommitdiff
path: root/test/lib/gntest.rb
diff options
context:
space:
mode:
authorPjotr Prins2016-09-26 08:30:07 +0000
committerPjotr Prins2016-09-26 08:30:07 +0000
commit50a571110b6557e2b7dbc536893d3928f0a93bd2 (patch)
tree16d8798264d6864ea1cc1de89b840eefe1310b9c /test/lib/gntest.rb
parentade0969bdc784d71d67d8422c6fd1238ed3ca391 (diff)
downloadgenenetwork2-50a571110b6557e2b7dbc536893d3928f0a93bd2.tar.gz
Mechanical Rob: make it possible to run single tests
Diffstat (limited to 'test/lib/gntest.rb')
-rw-r--r--test/lib/gntest.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lib/gntest.rb b/test/lib/gntest.rb
new file mode 100644
index 00000000..865ef51d
--- /dev/null
+++ b/test/lib/gntest.rb
@@ -0,0 +1,5 @@
+require 'minitest/autorun'
+require 'mechanize'
+
+# ---- Use some default parameters if not set
+$host = "http://localhost:5003" if !$host