Skip to content

Commit 78ad963

Browse files
committed
Repair travis issue
1 parent 25680ed commit 78ad963

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

spec/acceptance/docker_spec.rb

+9-10
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
root_dir = '/root'
3636
end
3737

38-
3938
describe 'docker' do
4039
package_name = 'docker-ce'
4140
service_name = 'docker'
@@ -50,18 +49,18 @@ class { 'docker': #{docker_args}
5049
"
5150
end
5251

53-
context 'Checking root_dir value' do
54-
let(:pp) do
55-
"class { 'docker': #{docker_args}}"
56-
end
52+
context 'Checking root_dir value' do
53+
let(:pp) do
54+
"class { 'docker': #{docker_args}}"
55+
end
5756

58-
it 'is good' do
59-
apply_manifest(pp, catch_failures: true)
60-
run_shell('cat C:/ProgramData/docker/config/daemon.json') do |r|
61-
expect(r.stdout).to match(%r{data-root})
57+
it 'is good' do
58+
apply_manifest(pp, catch_failures: true)
59+
run_shell('cat C:/ProgramData/docker/config/daemon.json') do |r|
60+
expect(r.stdout).to match(%r{data-root})
61+
end
6262
end
6363
end
64-
end
6564

6665
it 'the docker daemon' do
6766
apply_manifest(pp, catch_failures: true) do |r|

0 commit comments

Comments
 (0)