From ddcf19029c7b58b2ea236bd14e6c1456949f0fc0 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sun, 3 Oct 2010 15:36:00 +0000 Subject: - use google maps for location, improve messages --- t/controller_Graph.t | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 t/controller_Graph.t (limited to 't/controller_Graph.t') diff --git a/t/controller_Graph.t b/t/controller_Graph.t new file mode 100644 index 0000000..5830b81 --- /dev/null +++ b/t/controller_Graph.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::Graph' } + +ok( request('/graph')->is_success, 'Request should succeed' ); +done_testing(); -- cgit v1.2.1