move Credential::NoPassword to new spot
[catagits/Catalyst-Plugin-Authentication.git] / t / store_nopassord.t
CommitLineData
1b2b11c7 1use strict;
2use warnings;
3
4use Test::More tests => 1;
5
6use_ok 'Catalyst::Authentication::Credential::NoPassword', "Catalyst::Authentication::Credential::NoPassword at right spot";
7