Sha256: 039380b8286d56d439aeb044f0c1d86d9368ea0165c91b5c3cb4f40048758d8a
Contents?: true
Size: 243 Bytes
Versions: 6
Compression:
Stored size: 243 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
6 entries across 6 versions & 1 rubygems