diff --git a/spec/features/visitors/sign_up_spec.rb b/spec/features/visitors/sign_up_spec.rb index fc50163..da4801a 100644 --- a/spec/features/visitors/sign_up_spec.rb +++ b/spec/features/visitors/sign_up_spec.rb @@ -37,7 +37,7 @@ # When I sign up with a short password # Then I see a 'too short password' message scenario 'visitor cannot sign up with a short password' do - sign_up_with('test@example.com', 'please', 'please') + sign_up_with('test@example.com', 'short', 'short') expect(page).to have_content "Password is too short" end