We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be1dd7 commit 6f39ed4Copy full SHA for 6f39ed4
spec/acceptance/deferred_spec.rb
@@ -35,7 +35,7 @@ def read_win_file_if_exists(path)
35
end
36
37
it 'control (01b): native file + Deferred resolves to hello-file (EPP)' do
38
- result = idempotent_apply_debug(dsc_control_manifest_epp)
+ result = idempotent_apply(dsc_control_manifest_epp)
39
expect(result.exit_code).to eq(0)
40
out = read_win_file_if_exists('C:/Temp/deferred_ok.txt')
41
expect(out[:exists]).to be(true)
0 commit comments