Fix test port from 596cec1

This commit is contained in:
Hunter Haugen 2014-02-20 16:59:08 -08:00
parent 1404318e98
commit e0a7ca97f0

View file

@ -46,7 +46,7 @@ describe 'concat ensure_newline parameter' do
it 'applies the manifest twice with no stderr' do it 'applies the manifest twice with no stderr' do
expect(apply_manifest(pp, :catch_failures => true).stderr).to eq("") expect(apply_manifest(pp, :catch_failures => true).stderr).to eq("")
expect(apply_manifest(pp, :expect_changes => true).stderr).to eq("") expect(apply_manifest(pp, :catch_changes => true).stderr).to eq("")
#XXX ensure_newline => true causes changes on every run because the files #XXX ensure_newline => true causes changes on every run because the files
#are modified in place. #are modified in place.
end end