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 3099283 commit 1b82ff3Copy full SHA for 1b82ff3
spec/acceptance/device_spec.rb
@@ -11,10 +11,6 @@
11
'ensure_param=present variant_pattern_param=0xAE321EEF url_param="https://www.google.com"'
12
end
13
14
- before(:all) do
15
- FileUtils.mkdir_p(File.expand_path('~/.puppetlabs/opt/puppet/cache/devices/the_node/state'))
16
- end
17
-
18
describe 'using `puppet resource`' do
19
it 'manages resources on the target system' do
20
stdout_str, status = Open3.capture2e("puppet resource #{common_args} device_provider foo ensure=present #{default_type_values}")
0 commit comments