Remove eq('') tests thanks to the new deprecation warnings.
This commit is contained in:
parent
7ad1390c1d
commit
706eb884eb
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ describe 'server without defaults:', :unless => UNSUPPORTED_PLATFORMS.include?(f
|
|||
}
|
||||
EOS
|
||||
|
||||
expect(apply_manifest(pp, :catch_failures => true).stderr).to eq('')
|
||||
apply_manifest(pp, :catch_failures => true)
|
||||
apply_manifest(pp, :catch_changes => true)
|
||||
|
||||
shell('test -d /tmp/pg_xlogs') do |r|
|
||||
|
|
Loading…
Reference in a new issue