diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index da86fcaebd5de53161de0c1fe43879a274db94b1..4e56b618ff88b9d008b0d8bcdd530f484a2805d2 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -1,8 +1,8 @@ john: name: 'John' email: 'john@test.com' - password: 'test123455', - password_confirmation: 'test123455', - terms_of_service: true - + encrypted_password: 'test123455' +one: + name: 'John' + email: 'john@test1.com'