|
16 | 16 | shell("rm #{path}", :acceptable_exit_codes => [0,1,2]) |
17 | 17 | end |
18 | 18 |
|
19 | | - it 'applies the manifest twice with no stderr' do |
20 | | - expect(apply_manifest(pp, :catch_failures => true).stderr).to eq("") |
21 | | - expect(apply_manifest(pp, :catch_changes => true).stderr).to eq("") |
| 19 | + it 'applies the manifest twice' do |
| 20 | + apply_manifest(pp, :catch_failures => true) |
| 21 | + apply_manifest(pp, :catch_changes => true) |
22 | 22 | end |
23 | 23 |
|
24 | 24 | describe file(path) do |
|
67 | 67 | } |
68 | 68 | EOS |
69 | 69 |
|
70 | | - it 'applies the manifest twice with no stderr' do |
71 | | - expect(apply_manifest(pp, :catch_failures => true).stderr).to eq("") |
72 | | - expect(apply_manifest(pp, :catch_changes => true).stderr).to eq("") |
| 70 | + it 'applies the manifest twice' do |
| 71 | + apply_manifest(pp, :catch_failures => true) |
| 72 | + apply_manifest(pp, :catch_changes => true) |
73 | 73 | end |
74 | 74 |
|
75 | 75 | describe file("#{tmpdir}/ini_setting.ini") do |
|
96 | 96 | } |
97 | 97 | EOS |
98 | 98 |
|
99 | | - it 'applies the manifest twice with no stderr' do |
100 | | - expect(apply_manifest(pp, :catch_failures => true).stderr).to eq("") |
101 | | - expect(apply_manifest(pp, :catch_changes => true).stderr).to eq("") |
| 99 | + it 'applies the manifest twice' do |
| 100 | + apply_manifest(pp, :catch_failures => true) |
| 101 | + apply_manifest(pp, :catch_changes => true) |
102 | 102 | end |
103 | 103 |
|
104 | 104 | describe file("#{tmpdir}/ini_setting.ini") do |
|
126 | 126 | } |
127 | 127 | EOS |
128 | 128 |
|
129 | | - it 'applies the manifest twice with no stderr' do |
130 | | - expect(apply_manifest(pp, :catch_failures => true).stderr).to eq("") |
131 | | - expect(apply_manifest(pp, :catch_changes => true).stderr).to eq("") |
| 129 | + it 'applies the manifest twice' do |
| 130 | + apply_manifest(pp, :catch_failures => true) |
| 131 | + apply_manifest(pp, :catch_changes => true) |
132 | 132 | end |
133 | 133 |
|
134 | 134 | describe file("#{tmpdir}/ini_setting.ini") do |
|
158 | 158 | } |
159 | 159 | EOS |
160 | 160 |
|
161 | | - it 'applies the manifest twice with no stderr' do |
162 | | - expect(apply_manifest(pp, :catch_failures => true).stderr).to eq("") |
163 | | - expect(apply_manifest(pp, :catch_changes => true).stderr).to eq("") |
| 161 | + it 'applies the manifest twice' do |
| 162 | + apply_manifest(pp, :catch_failures => true) |
| 163 | + apply_manifest(pp, :catch_changes => true) |
164 | 164 | end |
165 | 165 |
|
166 | 166 | describe file("#{tmpdir}/ini_setting.ini") do |
|
0 commit comments