def and_there_is_another_user
    visit "/users/sign_up"
    fill_in "user_email", with: "jimbo@email.com"
    fill_in "user_email_confirmation", with: "jimbo@email.com"
    fill_in "user_password", with: "password"