error_tests
Stevan Little [Thu, 13 Apr 2006 20:56:04 +0000 (20:56 +0000)]
t/043_role_composition_errors.t

index 09569f9..1514a38 100644 (file)
@@ -60,6 +60,6 @@ BEGIN {
     use warnings;
     use Moose;
     
-    ::dies_ok { with('Foo::Role') } '... no foo method implemented by Baz::Role';
+    ::lives_ok { with('Foo::Role') } '... no foo method implemented by Baz::Role';
 }