Skip to content

Commit f13f62b

Browse files
davejrtflorindragos
authored andcommitted
including docker class in all tests of docker::run (#437)
1 parent ff48787 commit f13f62b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/acceptance/docker_full_spec.rb

+2
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ class { 'docker': #{docker_args} }
800800

801801
it 'should restart a unhealthy container' do
802802
pp5=<<-EOS
803+
class { 'docker': #{docker_args} }
803804
docker::run { 'container_3_7_3':
804805
image => '#{default_image}',
805806
command => '#{default_run_command}',
@@ -810,6 +811,7 @@ class { 'docker': #{docker_args} }
810811
EOS
811812

812813
pp_delete=<<-EOS
814+
class { 'docker': #{docker_args} }
813815
docker::run { 'container_3_7_3':
814816
image => '#{default_image}',
815817
ensure => absent,

0 commit comments

Comments
 (0)