Update tests for new config comment blocks
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user