Create users, groups, user_summary models

This commit is contained in:
hannah.dagemark 2025-05-23 15:43:32 +02:00
commit 3258aa1e0b
10 changed files with 76 additions and 0 deletions

View file

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

View file

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

7
test/models/user_test.rb Normal file
View file

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