X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fconstructor.t;h=62e8d696f3b52a952bd68eb853a9ac0b89808301;hb=4635347295081d0588159329d164b78260c6838d;hp=96b27a2fbd47ef7074ede86aaf19f998c66d1c85;hpb=5fa797153fd062a0b9ea4d57bf2baf78b5510e88;p=gitmo%2FMooseX-UndefTolerant.git diff --git a/t/constructor.t b/t/constructor.t index 96b27a2..62e8d69 100644 --- a/t/constructor.t +++ b/t/constructor.t @@ -1,9 +1,6 @@ use Test::More tests => 14; use Test::Fatal; -# TODO: this test should be renamed constructor.t, since all it tests is -# UT behaviour during construction. - { package Foo; use Moose;