Merge pull request #153 from hunner/comment_test

Disable test for unimplemented feature
This commit is contained in:
Hunter Haugen 2014-02-21 15:36:10 -08:00
commit 2ccfd89d04

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