From: skaufman Date: Mon, 7 Jan 2013 15:16:44 +0000 (+0000) Subject: tidied test X-Git-Tag: 0.10022~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Authentication.git;a=commitdiff_plain;h=27e54fac40d772b93edfce5b44ee44e94037c75d tidied test --- diff --git a/t/store_nopassord.t b/t/store_nopassord.t index 1c507c0..477e9b4 100644 --- a/t/store_nopassord.t +++ b/t/store_nopassord.t @@ -3,5 +3,6 @@ use warnings; use Test::More tests => 1; -use_ok 'Catalyst::Authentication::Credential::NoPassword', "Catalyst::Authentication::Credential::NoPassword at right spot"; +use_ok 'Catalyst::Authentication::Credential::NoPassword', + "Catalyst::Authentication::Credential::NoPassword at right spot";