aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPjotr Prins2016-04-27 09:40:24 +0000
committerPjotr Prins2016-04-27 09:40:24 +0000
commitc9c0b876318ae0c192a2895c59baeb394a77295e (patch)
tree168905ee6a9c6b20d9f90405d450e95b78e6fa5a /bin
parentebf1db54525a6f344725717f83dfeb1f7b1ada18 (diff)
downloadgenenetwork2-c9c0b876318ae0c192a2895c59baeb394a77295e.tar.gz
Test: get to trait page
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test-website3
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'