require 'test_helper' class Favorites::FavoritePersonControllerTest < ActionDispatch::IntegrationTest test "should get index" do get favorites_favorite_person_index_url assert_response :success end end