Initialize tests and make them pass
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

This commit is contained in:
sto
2025-03-23 13:40:27 +01:00
parent f8bfb020bc
commit c98caeea92
8 changed files with 53 additions and 63 deletions

View File

@@ -17,7 +17,7 @@
require "test_helper"
class UserTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
test "the truth" do
assert true
end
end