Adding SimpleDB Realm to make basic configuration of DBIx::Class / Password
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / t / 05-auth-roles-relationship.t
index e534a92..6b7b674 100644 (file)
@@ -39,7 +39,7 @@ BEGIN {
                     },
                     store => {
                         'class' => 'DBIx::Class',
-                        'user_class' => 'TestApp::User',
+                        'user_model' => 'TestApp::User',
                         'role_relation' => 'roles',
                         'role_field' => 'role'
                     },