X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=t%2Fcontroller_Calls.t;fp=t%2Fcontroller_Calls.t;h=191dba02a2f507cf6f6b59ff07c07f911a868f54;hb=11149303e8c0c031f5e08c5792930b490ba4a30b;hp=0000000000000000000000000000000000000000;hpb=80ad5ca3ad49aa9cc029fe3baaff513e422ef499;p=ndwebbie.git diff --git a/t/controller_Calls.t b/t/controller_Calls.t new file mode 100644 index 0000000..191dba0 --- /dev/null +++ b/t/controller_Calls.t @@ -0,0 +1,10 @@ +use strict; +use warnings; +use Test::More tests => 3; + +BEGIN { use_ok 'Catalyst::Test', 'NDWeb' } +BEGIN { use_ok 'NDWeb::Controller::Calls' } + +ok( request('/calls')->is_success, 'Request should succeed' ); + +