Initialize tests and make them pass

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