Initial admin/user index/show

This commit is contained in:
2024-09-16 15:17:31 +02:00
parent d031245655
commit 11d944b64c
16 changed files with 222 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
require "test_helper"
# See https://actionpolicy.evilmartians.io/#/testing?id=testing-policies
class Admin::UserPolicyTest < ActiveSupport::TestCase
def test_index
end
def test_create
end
def test_manage
end
end