X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F030_roles%2F014_more_alias_and_exclude.t;h=ff0fc4d0108db78afbc12fc6b9b4e1e36ca9d0fa;hp=e1d271d8e7217896b2408c4a9dea7e062ac9f1ad;hb=6475f69defb20a02b6559bddf870a0821f28ac20;hpb=6fea087bcf1c984bd8afc7c2d5b4a078569e3b5c diff --git a/t/030_roles/014_more_alias_and_exclude.t b/t/030_roles/014_more_alias_and_exclude.t index e1d271d..ff0fc4d 100644 --- a/t/030_roles/014_more_alias_and_exclude.t +++ b/t/030_roles/014_more_alias_and_exclude.t @@ -3,11 +3,10 @@ use strict; use warnings; -use Test::More tests => 9; +use Test::More; use Test::Exception; - { package Foo; use Mouse::Role; @@ -66,7 +65,4 @@ is($c->foo_gorch, 'Foo::gorch', '... got the right method'); is($c->baz_foo, 'Baz::foo', '... got the right method'); is($c->baz_bar, 'Baz::bar', '... got the right method'); - - - - +done_testing;