diff options
author | Pjotr Prins | 2018-04-02 08:49:53 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-04-02 08:49:53 +0000 |
commit | 0c600598b4f1c8a19b3bf13aa6cb197494a9c122 (patch) | |
tree | c29df93ea790b655c462ecd99b2ba00e04d105f5 /test/lib/gntest.rb | |
parent | 0a5c128249c7d2fe3fc7760892614f8a93d68e3c (diff) | |
download | genenetwork2-0c600598b4f1c8a19b3bf13aa6cb197494a9c122.tar.gz |
Testing moved to Python
Diffstat (limited to 'test/lib/gntest.rb')
-rw-r--r-- | test/lib/gntest.rb | 6 |
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 |