DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / t / 030_roles / 032_roles_and_method_cloning.t
index 9cd45e0..e9f6d51 100644 (file)
@@ -64,7 +64,7 @@ use Test::More tests => 17;
     is( $meth->original_method, Role::Bar->meta->get_method('foo'),
         'ClassA->foo was cloned from Role::Bar->foo' );
     is( $meth->original_method->original_method, Role::Foo->meta->get_method('foo'),
-        '... which in turn was cloned from Role::Foo->foo' );
+        'which in turn was cloned from Role::Foo->foo' );
     is( $meth->fully_qualified_name, 'ClassB::foo',
         'fq name is ClassA::foo' );
     is( $meth->original_fully_qualified_name, 'Role::Foo::foo',