11 lines
241 B
Ruby
11 lines
241 B
Ruby
|
# 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
|