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