volunteers/test/policies/picture_policy_test.rb

19 lines
199 B
Ruby
Raw Normal View History

2023-01-25 21:15:54 +01:00
require 'test_helper'
class PicturePolicyTest < ActiveSupport::TestCase
def test_scope
end
def test_show
end
def test_create
end
def test_update
end
def test_destroy
end
end