require "test_helper" class HomeControllerTest < ActionDispatch::IntegrationTest test "gets index" do get home_index_url assert_response :success end end