Regenerate test files
[gitmo/Mouse.git] / t / 020_attributes / 015_attribute_traits.t
index 675d22c..baf3eb8 100644 (file)
@@ -1,15 +1,15 @@
 #!/usr/bin/perl
+# This is automatically generated by author/import-moose-test.pl.
+# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
+use t::lib::MooseCompat;
 
 use strict;
 use warnings;
 
-use lib 't/lib';
-
-use Test::More tests => 12;
+use Test::More;
 use Test::Exception;
 use Test::Mouse;
 
-use MooseCompat;
 
 {
     package My::Attribute::Trait;
@@ -66,5 +66,4 @@ ok(!$gorch_attr->does('My::Attribute::Trait'), '... gorch doesnt do the trait');
 ok(!$gorch_attr->has_applied_traits, '... no traits applied');
 is($gorch_attr->applied_traits, undef, '... no traits applied');
 
-
-
+done_testing;