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 8a6d086 commit c551270Copy full SHA for c551270
spec/classes/init_spec.rb
@@ -200,8 +200,8 @@
200
allow(Dir).to receive(:exist?).and_wrap_original do |original_method, a|
201
original_method.call(a)
202
end
203
-
204
allow(Dir).to receive(:exist?).with('/tmp_docker').and_return(true)
+
205
is_expected.to contain_class('docker::repos').that_comes_before('Class[docker::install]')
206
is_expected.to contain_class('docker::install').that_comes_before('Class[docker::config]')
207
is_expected.to contain_class('docker::config').that_comes_before('Class[docker::service]')
0 commit comments