metasploitable3/chef/cookbooks/docker/test/integration/installation_tarball/inspec/assert_functioning_spec.rb
2019-02-17 00:02:05 -06:00

5 lines
132 B
Ruby

describe command('/usr/bin/docker --version') do
its(:exit_status) { should eq 0 }
its(:stdout) { should match(/18.06.0/) }
end