Sha256: 5e97dc1490959de8cbfdb9b4503e56a6527763763f9694e7aeaf8a709e699b86

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

require 'serverspec'

set :backend, :exec

puts "os: #{os}"

describe 'git::default' do
  describe command('git --version') do
    its(:exit_status) { should eq 0 }
    # its(:stdout) { should match(/something/) }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chef-12.8.1 acceptance/top-cookbooks/test_run/git/test/integration/default/serverspec/git_installed_linux_spec.rb
chef-12.8.1-universal-mingw32 acceptance/top-cookbooks/test_run/git/test/integration/default/serverspec/git_installed_linux_spec.rb