From: Shawn M Moore Date: Tue, 24 Jun 2008 07:24:22 +0000 (+0000) Subject: Forgot to update the test for the automatic set_counter method X-Git-Tag: 0.16~48 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-AttributeHelpers.git;a=commitdiff_plain;h=028a728de52faa01f85d4bb9705ecf32e81c80fc Forgot to update the test for the automatic set_counter method --- diff --git a/t/011_counter_with_defaults.t b/t/011_counter_with_defaults.t index 37ed3bc..d7d9f8f 100644 --- a/t/011_counter_with_defaults.t +++ b/t/011_counter_with_defaults.t @@ -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');