Merge pull request #148 from hunner/fix_port_test
Fix test port from 596cec1
This commit is contained in:
commit
a046e5f3d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue