X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F030_roles%2F033_role_exclusion_and_alias_bug.t;h=c47b65c945e3d94a275aa74221e25d5ace99c160;hb=23320fd81332702644455e5b4210de2a83bee1ba;hp=38a20168fb65e5e383850ccc5fa44c77af35e988;hpb=fde8e43f95fe996fbc2a778aa259feeb04552171;p=gitmo%2FMouse.git diff --git a/t/030_roles/033_role_exclusion_and_alias_bug.t b/t/030_roles/033_role_exclusion_and_alias_bug.t index 38a2016..c47b65c 100644 --- a/t/030_roles/033_role_exclusion_and_alias_bug.t +++ b/t/030_roles/033_role_exclusion_and_alias_bug.t @@ -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 => 17; +use lib 't/lib'; use Test::Mouse; { @@ -69,4 +67,4 @@ use Test::Mouse; is($x->gorch, 'BAR', '... got the right value'); } -done_testing; +