Update changes for 0.23
[gitmo/MooseX-AttributeHelpers.git] / t / 011_counter_with_defaults.t
index 5a5e74d..d7d9f8f 100644 (file)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More no_plan => 1;
+use Test::More tests => 14;
 
 BEGIN {
     use_ok('MooseX::AttributeHelpers');   
@@ -52,5 +52,6 @@ is_deeply($counter->provides, {
     inc   => 'inc_counter',
     dec   => 'dec_counter',
     reset => 'reset_counter',        
+    set   => 'set_counter',
 }, '... got the right default provides methods');