gambosite/test/controllers/game_controller_test.rb

9 lines
173 B
Ruby
Raw Normal View History

2025-01-24 10:22:13 -08:00
require "test_helper"
class GameControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get game_index_url
assert_response :success
end
end