projects
/
gitmo/MooseX-AttributeHelpers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
96c2370
)
Forgot to update the test for the automatic set_counter method
Shawn M Moore [Tue, 24 Jun 2008 07:24:22 +0000 (07:24 +0000)]
t/011_counter_with_defaults.t
patch
|
blob
|
blame
|
history
diff --git
a/t/011_counter_with_defaults.t
b/t/011_counter_with_defaults.t
index
37ed3bc
..
d7d9f8f
100644
(file)
--- 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');