Revert autogenerated tests. Tests should not changed radically.
[gitmo/Mouse.git] / t / 030_roles / 034_create_role.t
index fa53f5f..03a8cb8 100644 (file)
@@ -1,11 +1,8 @@
 #!/usr/bin/env 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 Mouse ();
+use Test::More tests => 4;
+use Mouse::Role ();
 
 my $role = Mouse::Meta::Role->create(
     'MyItem::Role::Equipment',
@@ -33,4 +30,3 @@ ok(!$visored->is_worn, "method was consumed");
 
 ok(!$role->is_anon_role, "the role is not anonymous");
 
-done_testing;