Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 100_bugs / 025_universal_methods_wrappable.t
index a7507db..c995172 100644 (file)
@@ -1,11 +1,8 @@
 use strict;
-# 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 warnings;
 
 use Test::Exception;
-use Test::More;
+use Test::More tests => 2;
 
 {
 
@@ -30,5 +27,3 @@ use Test::More;
     my $foo = Foo->new;
     ::isa_ok $foo, 'Bar';
 }
-
-done_testing;