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 e5db1d8 commit a51dd6bCopy full SHA for a51dd6b
spec/acceptance/deferred_spec.rb
@@ -71,7 +71,7 @@ def read_win_file_if_exists(path)
71
72
# NEW 02c: inline Deferred on the DSC property (no variable intermediary)
73
it '02c: passing a Deferred inline while calling an epp' do
74
- apply = apply_manifest_debug(dsc_deferred_epp_inline)
+ apply = apply_manifest(dsc_deferred_epp_inline)
75
out = read_win_file_if_exists('C:/Temp/from_dsc_inline.txt')
76
content = out[:content].strip
77
if out[:exists] && content == 'hello-dsc-epp'
0 commit comments