small test update
sunnavy [Thu, 17 Sep 2009 12:12:57 +0000 (20:12 +0800)]
t/030_roles/002_role.t

index afbe34e..2dfe39b 100755 (executable)
@@ -70,7 +70,7 @@ isa_ok($foo_role->get_method('boo'), 'Mouse::Meta::Role::Method');
 
 is_deeply(
     [ sort $foo_role->get_method_list() ],
-    [ 'boo', 'foo' ],
+    [ 'boo', 'foo', 'meta' ],
     '... got the right method list');
 
 ok(FooRole->can('foo'), "locally defined methods are still there");