Sha256: f1cf909f7f0574f8cbcd62ceaf19ba139c2570c1ff5a5764a2ae96a3853ec4da

Contents?: true

Size: 199 Bytes

Versions: 2

Compression:

Stored size: 199 Bytes

Contents

require 'serverspec'

set :backend, :exec
puts "os: #{os}"

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chef-12.8.1 acceptance/top-cookbooks/test_run/docker/test/integration/installation_binary-183/inspec/assert_functioning_spec.rb
chef-12.8.1-universal-mingw32 acceptance/top-cookbooks/test_run/docker/test/integration/installation_binary-183/inspec/assert_functioning_spec.rb