Add failing test for initializer with class attr
[gitmo/MooseX-ClassAttribute.git] / t / 05-with-attribute-helpers-backcompat.t
index f7bdad2..5cea4fe 100644 (file)
@@ -3,11 +3,10 @@ use warnings;
 
 use Test::More;
 
-BEGIN {
-    eval "use MooseX::AttributeHelpers 0.13;";
-    plan skip_all => 'This test requires MooseX::AttributeHelpers 0.13+'
-        if $@;
-}
+use Test::Requires {
+    'MooseX::AttributeHelpers' => 0.23,
+};
+
 
 {
     package MyClass;