Return true from the tests so that I can require them
[catagits/Catalyst-Devel.git] / share / t / 01app.t.tt
index d0f43dd..7a14cbb 100644 (file)
@@ -8,3 +8,4 @@ BEGIN { use_ok 'Catalyst::Test', '[% name %]' }
 ok( request('/')->is_success, 'Request should succeed' );
 
 done_testing();
+1;