puzzle-scoreboard/test/controllers/contestants_controller_test.rb
sto 44507bb85c
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
Add contestants
2025-03-20 09:19:39 +01:00

8 lines
143 B
Ruby

require "test_helper"
class ContestantsControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end