Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 030_roles / failing / 011_overriding.t
similarity index 96%
rename from t-failing/030_roles/011_overriding.t
rename to t/030_roles/failing/011_overriding.t
index 6007e25..89e1668 100644 (file)
@@ -1,16 +1,13 @@
 #!/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 Test::More;
-$TODO = q{Mouse is not yet completed};
+use Test::More tests => 39;
 use Test::Exception;
 
 
+
 {
     # test no conflicts here
     package Role::A;
@@ -230,4 +227,3 @@ ok(Role::I->meta->requires_method('foo'), '... Role::I still have the &foo requi
 
 }
 
-done_testing;