hubfeenix.fi/test/policies/event_policy_test.rb

19 lines
197 B
Ruby

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