Merge pull request #148 from hunner/fix_port_test

Fix test port from 596cec1
This commit is contained in:
Hunter Haugen 2014-02-20 23:14:23 -08:00
commit a046e5f3d2

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