Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 010_basics / 008_wrapped_method_cxt_propagation.t
index 70a0623..664b187 100644 (file)
@@ -1,12 +1,10 @@
 #!/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;
+use Test::More tests => 7;
+
 
 
 {
@@ -58,4 +56,3 @@ foreach my $obj ( $base, $after ) {
     }
 }
 
-done_testing;