Merge "Add test for policy"

This commit is contained in:
Jenkins 2016-10-28 20:57:56 +00:00 committed by Gerrit Code Review
commit aff0a26680
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ describe 'glare::policy' do
:key => 'context_is_admin',
:value => 'foo:bar'
})
is_expected.to contain_glare_config('oslo_policy/policy_file').with_value('/etc/glare/policy.json')
end
end