X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F500_test_moose%2F003_test_moose_has_attribute_ok.t;h=54da3a711fd3436fc46374f7467612244fc80e10;hb=1808c2dab86d0317d10f70d3a7a923e97daf54bb;hp=99e69f2c1ab8e3e55e0392a0e1bbf862c73cf024;hpb=6b584f6c4dc1c2108c1bc233caec49627b2cce04;p=gitmo%2FMoose.git diff --git a/t/500_test_moose/003_test_moose_has_attribute_ok.t b/t/500_test_moose/003_test_moose_has_attribute_ok.t index 99e69f2..54da3a7 100644 --- a/t/500_test_moose/003_test_moose_has_attribute_ok.t +++ b/t/500_test_moose/003_test_moose_has_attribute_ok.t @@ -29,20 +29,20 @@ BEGIN { test_out('ok 1 - ... has_attribute_ok(Foo, foo) passes'); -has_attribute_ok('Foo', 'foo', '... has_attribute_ok(Foo, foo) passes'); +has_attribute_ok('Foo', 'foo', 'has_attribute_ok(Foo, foo) passes'); test_out ('not ok 2 - ... has_attribute_ok(Foo, bar) fails'); test_fail (+2); -has_attribute_ok('Foo', 'bar', '... has_attribute_ok(Foo, bar) fails'); +has_attribute_ok('Foo', 'bar', 'has_attribute_ok(Foo, bar) fails'); test_out('ok 3 - ... has_attribute_ok(Bar, foo) passes'); -has_attribute_ok('Bar', 'foo', '... has_attribute_ok(Bar, foo) passes'); +has_attribute_ok('Bar', 'foo', 'has_attribute_ok(Bar, foo) passes'); test_out('ok 4 - ... has_attribute_ok(Bar, bar) passes'); -has_attribute_ok('Bar', 'bar', '... has_attribute_ok(Bar, bar) passes'); +has_attribute_ok('Bar', 'bar', 'has_attribute_ok(Bar, bar) passes'); test_test ('has_attribute_ok');