move Credential::NoPassword to new spot
[catagits/Catalyst-Plugin-Authentication.git] / t / store_nopassord.t
diff --git a/t/store_nopassord.t b/t/store_nopassord.t
new file mode 100644 (file)
index 0000000..1c507c0
--- /dev/null
@@ -0,0 +1,7 @@
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+
+use_ok 'Catalyst::Authentication::Credential::NoPassword', "Catalyst::Authentication::Credential::NoPassword at right spot";
+