X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F025_universal_methods_wrappable.t;h=8e24969da981eb11f6390900707ab48dd99b38ad;hb=f43060b65ad710abc58ab3e1f4288a71deb00ec6;hp=c995172f31bef7d4ff6d70e89918c306b21297e1;hpb=4c98ebb0cca8d5d49d3a91eaf735f9861d00ccb0;p=gitmo%2FMouse.git diff --git a/t/100_bugs/025_universal_methods_wrappable.t b/t/100_bugs/025_universal_methods_wrappable.t index c995172..8e24969 100644 --- a/t/100_bugs/025_universal_methods_wrappable.t +++ b/t/100_bugs/025_universal_methods_wrappable.t @@ -1,8 +1,11 @@ use strict; +# 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 warnings; use Test::Exception; -use Test::More tests => 2; +use Test::More; { @@ -20,10 +23,10 @@ use Test::More tests => 2; use Test::More; # for $TODO - local $TODO = 'UNIVERSAL methods should be wrappable'; - ::lives_ok { with 'FakeBar' } 'applied role'; my $foo = Foo->new; ::isa_ok $foo, 'Bar'; } + +done_testing;