From 724d987b6545e544ea18ca021eeb5f982e9516eb Mon Sep 17 00:00:00 2001 From: Mauricio Giacomini Girardello <mgg12@inf.ufpr.br> Date: Tue, 5 Apr 2016 10:06:26 -0300 Subject: [PATCH] adding missing user fixture --- test/fixtures/users.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index da86fcae..4e56b618 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' -- GitLab