the plan is to use done_testing()
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_component_generating.t
index a518fce..79e3237 100644 (file)
@@ -1,4 +1,4 @@
-use Test::More tests => 3;
+use Test::More;
 use strict;
 use warnings;
 
@@ -8,3 +8,5 @@ use TestApp;
 ok(TestApp->model('Generating'), 'knows about generating model');
 ok(TestApp->model('Generated'), 'knows about the generated model');
 is(TestApp->model('Generated')->foo, 'foo', 'can operate on generated model');
+
+done_testing;