21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-08 18:44:28 +02:00
chexpire/test/policies/check_policy_test.rb

14 lines
192 B
Ruby
Raw Normal View History

require "test_helper"
class CheckPolicyTest < ActiveSupport::TestCase
def test_scope; end
def test_show; end
def test_create; end
def test_update; end
def test_destroy; end
end