[Catalyst-commits] r13575 - Catalyst-Authentication-Store-DBIx-Class/trunk/t

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Sep 1 21:25:45 GMT 2010


Author: t0m
Date: 2010-09-01 22:25:45 +0100 (Wed, 01 Sep 2010)
New Revision: 13575

Modified:
   Catalyst-Authentication-Store-DBIx-Class/trunk/t/10-user-autoload.t
Log:
Add a test

Modified: Catalyst-Authentication-Store-DBIx-Class/trunk/t/10-user-autoload.t
===================================================================
--- Catalyst-Authentication-Store-DBIx-Class/trunk/t/10-user-autoload.t	2010-09-01 21:19:32 UTC (rev 13574)
+++ Catalyst-Authentication-Store-DBIx-Class/trunk/t/10-user-autoload.t	2010-09-01 21:25:45 UTC (rev 13575)
@@ -21,4 +21,6 @@
 
 is($o->$meth, $message, 'can returns right coderef');
 
+is($o->can('non_existent_method'), undef, 'can on non existent method returns undef');
+
 done_testing;




More information about the Catalyst-commits mailing list