aboutsummaryrefslogtreecommitdiff
path: root/test/lib/gntest.rb
diff options
context:
space:
mode:
authorzsloan2016-10-03 19:20:21 +0000
committerzsloan2016-10-03 19:20:21 +0000
commitdb0633155b88667e3c6ea760e0637ff1308d34e0 (patch)
tree9a2d3c677bee40b9d428092727ad0e5e9842d912 /test/lib/gntest.rb
parent6a0a3626baad96deb1e8dc7d27fe1fa15e8c5b98 (diff)
parent2115fcfde74375252f556153d48f52f4d15fb298 (diff)
downloadgenenetwork2-db0633155b88667e3c6ea760e0637ff1308d34e0.tar.gz
Merge branch 'master' of github.com:genenetwork/genenetwork2
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