From 5972196ee5ac7deb2291814bd1c278ce69e4b32a Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Tue, 19 Oct 2010 22:50:58 +0000 Subject: - ask confirm by mail on host information update to avoid spam --- t/controller_Validate.t | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 t/controller_Validate.t (limited to 't/controller_Validate.t') diff --git a/t/controller_Validate.t b/t/controller_Validate.t new file mode 100644 index 0000000..eb9b7df --- /dev/null +++ b/t/controller_Validate.t @@ -0,0 +1,9 @@ +use strict; +use warnings; +use Test::More; + +BEGIN { use_ok 'Catalyst::Test', 'MGA::Mirrors' } +BEGIN { use_ok 'MGA::Mirrors::Controller::Validate' } + +ok( request('/validate')->is_success, 'Request should succeed' ); +done_testing(); -- cgit v1.2.1