Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 030_roles / 031_roles_applied_in_create.t
index 42b3d1b..defad7d 100644 (file)
@@ -1,12 +1,9 @@
 #!/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 => 1;
 use Test::Exception;
 use Mouse::Meta::Class;
 use Mouse::Util;
@@ -28,4 +25,3 @@ lives_ok(
     'Create a new class with several roles'
 );
 
-done_testing;