Sha256: f6f41dc35e71a1c4c8802b3d53b1ed82289be2918f4d3256e7c09d4b30d851c8
Contents?: true
Size: 271 Bytes
Versions: 2
Compression:
Stored size: 271 Bytes
Contents
require 'spec_helper' describe_recipe 'git::windows' do let(:chef_run) do ChefSpec::SoloRunner.new( platform: 'windows', version: '2012' ).converge(described_recipe) end it { expect(chef_run).to install_git_client('default') } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chef-12.8.1 | acceptance/top-cookbooks/test_run/git/spec/unit/recipes/windows_spec.rb |
chef-12.8.1-universal-mingw32 | acceptance/top-cookbooks/test_run/git/spec/unit/recipes/windows_spec.rb |