diff options
Diffstat (limited to 'bin/test-website')
-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' |