Update tests for new config comment blocks

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith
2016-09-09 00:13:56 -07:00
parent 82bb0b1591
commit 87f7c652fe
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ describe 'postfix::sasl_auth' do
let(:sasl_passwd_file) { '/etc/postfix/sasl_passwd' }
it 'manages postfix sasl_passwd' do
expect(file(sasl_passwd_file).content).to match(/^# This file is generated by Chef for/)
expect(file(sasl_passwd_file).content).to match(/^# Auto-generated by Chef/)
end
it 'configures postfix to use the sasl_passwd file' do