21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-18 08:28:39 +02:00
chexpire/test/policies/check_policy_test.rb
2018-05-30 16:58:30 +02:00

14 lines
192 B
Ruby

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