Sha256: 95885064b09fdc4727bb085b70e063456de70678b5549cf2b5bd0c610056b28d
Contents?: true
Size: 242 Bytes
Versions: 9
Compression:
Stored size: 242 Bytes
Contents
chef_version = ENV["KITCHEN_CHEF_VERSION"].split("+")[0] describe command("chef -v") do its("exit_status") { should eq 0 } its(:stdout) { should match /Chef Development Kit Version: #{chef_version}/ } if chef_version != "latest" end
Version data entries
9 entries across 9 versions & 1 rubygems