Use skip_all and done_testing in all tests
[catagits/Catalyst-Authentication-Store-LDAP.git] / t / 06-user_autoload.t
index b12c815..9376291 100644 (file)
@@ -23,4 +23,4 @@ ok(my $meth = $o->can('exists'), 'can returns true');
 
 is($o->$meth, $message, 'can returns right coderef');
 
-done_testing;;
+done_testing;