puzzle-scoreboard/test/controllers/users_controller_test.rb
sto c98caeea92
All checks were successful
CI / scan_ruby (push) Successful in 14s
CI / scan_js (push) Successful in 11s
CI / lint (push) Successful in 12s
CI / test (push) Successful in 25s
Initialize tests and make them pass
2025-03-23 13:40:27 +01:00

5 lines
87 B
Ruby

require "test_helper"
class UsersControllerTest < ActionDispatch::IntegrationTest
end