Skip to content

Commit 1b82ff3

Browse files
committed
(maint) remove obsolete test setup
This was a workaround for a puppet bug long fixed.
1 parent 3099283 commit 1b82ff3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/acceptance/device_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
'ensure_param=present variant_pattern_param=0xAE321EEF url_param="https://www.google.com"'
1212
end
1313

14-
before(:all) do
15-
FileUtils.mkdir_p(File.expand_path('~/.puppetlabs/opt/puppet/cache/devices/the_node/state'))
16-
end
17-
1814
describe 'using `puppet resource`' do
1915
it 'manages resources on the target system' do
2016
stdout_str, status = Open3.capture2e("puppet resource #{common_args} device_provider foo ensure=present #{default_type_values}")

0 commit comments

Comments
 (0)