Skip to content

Commit c551270

Browse files
fix spacing
1 parent 8a6d086 commit c551270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/init_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@
200200
allow(Dir).to receive(:exist?).and_wrap_original do |original_method, a|
201201
original_method.call(a)
202202
end
203-
204203
allow(Dir).to receive(:exist?).with('/tmp_docker').and_return(true)
204+
205205
is_expected.to contain_class('docker::repos').that_comes_before('Class[docker::install]')
206206
is_expected.to contain_class('docker::install').that_comes_before('Class[docker::config]')
207207
is_expected.to contain_class('docker::config').that_comes_before('Class[docker::service]')

0 commit comments

Comments
 (0)