From 3b1ce2bf2e7c8e2f106c7344cce3b2ebde3123ee Mon Sep 17 00:00:00 2001 From: doy Date: Wed, 4 Feb 2009 02:34:56 -0500 Subject: make the current tests request allowing missing methods where appropriate --- t/001-basic-matching.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/001-basic-matching.t') diff --git a/t/001-basic-matching.t b/t/001-basic-matching.t index 07bbe66..ed89577 100644 --- a/t/001-basic-matching.t +++ b/t/001-basic-matching.t @@ -5,7 +5,7 @@ use Test::More tests => 9; package Foo; use Moose; -with 'MooseX::Role::Matcher'; +with 'MooseX::Role::Matcher' => { allow_missing_methods => 1 }; has [qw/a b c/] => ( is => 'ro', -- cgit v1.2.3-54-g00ecf