X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F031_roles_applied_in_create.t;h=defad7d63635ca2ee79321d5d223b157b71fe9ed;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=42b3d1bbce7f89bc3e2a3e8cacfdd20ac4ede5ff;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git diff --git a/t/030_roles/031_roles_applied_in_create.t b/t/030_roles/031_roles_applied_in_create.t index 42b3d1b..defad7d 100644 --- a/t/030_roles/031_roles_applied_in_create.t +++ b/t/030_roles/031_roles_applied_in_create.t @@ -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;