require "test_helper" class GameControllerTest < ActionDispatch::IntegrationTest test "should get index" do get game_index_url assert_response :success end end