14 lines
227 B
Ruby
14 lines
227 B
Ruby
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
|