Fix up OmniOS tests

This commit is contained in:
Thom May
2015-06-23 14:50:15 +01:00
parent d696316f71
commit aebec52404
4 changed files with 32 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ describe 'postfix::default' do
end
context 'configures' do
describe file('/etc/postfix/main.cf') do
describe file("#{postfix_conf_path}/main.cf") do
its(:content) { should match(/^# Generated by Chef for /) }
end
end