summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-12-06 23:04:04 -0500
committerdoy <doy@tozt.net>2008-12-06 23:04:04 -0500
commit108c4ab3669e263875df3fb68dc8e2edf7783ef2 (patch)
tree402b38d9d92e7826750db827fe41edafeee20314
parent87b7fe1a318ef554ec2113428bf9e482a3d2b4c6 (diff)
downloadmoosex-role-matcher-108c4ab3669e263875df3fb68dc8e2edf7783ef2.tar.gz
moosex-role-matcher-108c4ab3669e263875df3fb68dc8e2edf7783ef2.zip
remove one more each_match from the tests
-rw-r--r--t/100-collection.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/100-collection.t b/t/100-collection.t
index d128727..ed360fe 100644
--- a/t/100-collection.t
+++ b/t/100-collection.t
@@ -23,11 +23,6 @@ has foos => (
default => sub { [] },
);
-sub each_match {
- my $self = shift;
- Foo->each_match($self->foos, @_);
-}
-
sub first_match {
my $self = shift;
Foo->first_match($self->foos, @_);