Disable test for unimplemented feature

This commit is contained in:
Hunter Haugen 2014-02-21 15:35:36 -08:00
parent a046e5f3d2
commit 600ddf0e43

View file

@ -46,7 +46,9 @@ describe 'concat ensure_newline parameter' 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_changes => true).stderr).to eq("")
pending "ensure_newline => true causes changes on every run because the files are modified in place." do
expect(apply_manifest(pp, :catch_changes => true).stderr).to eq("")
end
#XXX ensure_newline => true causes changes on every run because the files
#are modified in place.
end