X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t-failing%2F030_roles%2F040_role_for_combination.t;fp=t%2F030_roles%2Ffailing%2F040_role_for_combination.t;h=757e4f17901894646b7cb3417283aa3694d2bc6c;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hp=3e7642d94fff3efee719ae4fe0f229218932ffc3;hpb=0bdc9d38dfd3de07aad929f6629f8fa65d434c27;p=gitmo%2FMouse.git diff --git a/t/030_roles/failing/040_role_for_combination.t b/t-failing/030_roles/040_role_for_combination.t similarity index 81% rename from t/030_roles/failing/040_role_for_combination.t rename to t-failing/030_roles/040_role_for_combination.t index 3e7642d..757e4f1 100644 --- a/t/030_roles/failing/040_role_for_combination.t +++ b/t-failing/030_roles/040_role_for_combination.t @@ -1,7 +1,11 @@ #!/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 tests => 3; +use Test::More; +$TODO = q{Mouse is not yet completed}; my $OPTS; do { @@ -43,3 +47,4 @@ is(My::Class->foo, 'My::Singleton::Role', 'role_for_combination applied'); is(My::Class->bar, 'My::Usual::Role', 'collateral role'); is_deeply($OPTS, { number => 1 }); +done_testing;