scenario "Index" do
    visit admin_users_path

    expect(page).to have_link user.name
    expect(page).to have_content user.email