basic admin policy start

This commit is contained in:
Mark Moser
2016-09-19 16:40:56 -05:00
parent 0a69eb578e
commit 12c7e9e77c
7 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# frozen_string_literal: true
require 'test_helper'
# TODO: How the heck to you test a headless policy?...
#
# class AdminPolicyTest < PolicyAssertions::Test
# def test_dashboard
# assert_permit users(:recruiter), Admin
# end
# end