diff options
author | Pjotr Prins | 2016-09-26 08:30:07 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-09-26 08:30:07 +0000 |
commit | 50a571110b6557e2b7dbc536893d3928f0a93bd2 (patch) | |
tree | 16d8798264d6864ea1cc1de89b840eefe1310b9c /test/lib/gntest.rb | |
parent | ade0969bdc784d71d67d8422c6fd1238ed3ca391 (diff) | |
download | genenetwork2-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.rb | 5 |
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 |