DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / t / 020_attributes / 031_delegation_and_modifiers.t
index 78ab291..1e20b93 100644 (file)
@@ -48,11 +48,11 @@ my $foo = Foo::Extended->new;
 isa_ok($foo, 'Foo::Extended');
 isa_ok($foo, 'Foo');
 
-ok(!$foo->test, '... the test value has not been changed');
+ok(!$foo->test, 'the test value has not been changed');
 
-is($foo->baz, 'Bar::baz', '... got the right delegated method');
+is($foo->baz, 'Bar::baz', 'got the right delegated method');
 
-ok($foo->test, '... the test value has now been changed');
+ok($foo->test, 'the test value has now been changed');