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 @@ require_relative './spec_helper'
describe 'postfix::aliases' do
context 'configures' do
describe file('/etc/aliases') do
its(:content) { should match(/^# This file is generated by Chef for/) }
its(:content) { should match(/^# Auto-generated by Chef/) }
end
end
end