From 426ac2dfb7b4d8119b93f69851c11ac2d4d6b150 Mon Sep 17 00:00:00 2001 From: JG Date: Mon, 23 May 2022 07:53:32 +0100 Subject: [PATCH] created user in DB --- features/step_definitions/sign_in_steps.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/features/step_definitions/sign_in_steps.rb b/features/step_definitions/sign_in_steps.rb index 49a8d3e83..a56362353 100644 --- a/features/step_definitions/sign_in_steps.rb +++ b/features/step_definitions/sign_in_steps.rb @@ -1,4 +1,5 @@ Given('There is a user in the database') do + @user = create :user end When('I visit the sign in page') do