hubfeenix.fi/test/policies/member_policy_test.rb
2023-01-16 01:11:05 +02:00

19 lines
198 B
Ruby

require 'test_helper'
class MemberPolicyTest < ActiveSupport::TestCase
def test_scope
end
def test_show
end
def test_create
end
def test_update
end
def test_destroy
end
end