Merge "Fix facts for policy test"

This commit is contained in:
Jenkins 2016-06-07 20:42:57 +00:00 committed by Gerrit Code Review
commit 8ed62a44d7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ describe 'barbican::policy' do
}).each do |os,facts|
context "on #{os}" do
let (:facts) do
facts.merge(OSDefaults.get_facts({:processorcount => 8}))
facts.merge!(OSDefaults.get_facts())
end
it_configures 'barbican policies'