Updated policies

This commit is contained in:
2024-09-18 07:16:20 +02:00
parent bf87e09bc6
commit ace50699fb
5 changed files with 15 additions and 16 deletions

View File

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