From 601b41083cf7c2186ecce70ec07aebdb9310edd6 Mon Sep 17 00:00:00 2001 From: Buchan Milne Date: Tue, 26 Oct 2010 14:51:48 +0000 Subject: Clean up repo --- t/controller_user.t | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 t/controller_user.t (limited to 't/controller_user.t') diff --git a/t/controller_user.t b/t/controller_user.t new file mode 100644 index 0000000..f8e26a0 --- /dev/null +++ b/t/controller_user.t @@ -0,0 +1,9 @@ +use strict; +use warnings; +use Test::More; + +BEGIN { use_ok 'Catalyst::Test', 'CatDap' } +BEGIN { use_ok 'CatDap::Controller::user' } + +ok( request('/user')->is_success, 'Request should succeed' ); +done_testing(); -- cgit v1.2.1