diff options
author | Pjotr Prins | 2016-04-27 09:40:24 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-04-27 09:40:24 +0000 |
commit | c9c0b876318ae0c192a2895c59baeb394a77295e (patch) | |
tree | 168905ee6a9c6b20d9f90405d450e95b78e6fa5a /bin | |
parent | ebf1db54525a6f344725717f83dfeb1f7b1ada18 (diff) | |
download | genenetwork2-c9c0b876318ae0c192a2895c59baeb394a77295e.tar.gz |
Test: get to trait page
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/test-website | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/test-website b/bin/test-website index b766edd8..8efa37b1 100755 --- a/bin/test-website +++ b/bin/test-website @@ -32,6 +32,9 @@ $stderr.print "Testing <",$host,">\n" require 'mechanize' require 'minitest/spec' require 'minitest/autorun' + +# These are the actual testing modules + require 'main_web_functionality' |