summaryrefslogtreecommitdiff
path: root/acceptance
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2016-02-08 19:42:03 -0800
committerSalim Alam <salam@chef.io>2016-02-08 19:42:03 -0800
commit09d1cbfb091094c6d5e0d9b5c715c1555ac21f83 (patch)
tree244c6c24974657a71dd3e0297dc2525a20e2536f /acceptance
parentc6e69783705cfd48bfea0c943dc071964dd21311 (diff)
parent9c5e9f361c3ad5b648363cf4452ecd06551e0674 (diff)
downloadchef-09d1cbfb091094c6d5e0d9b5c715c1555ac21f83.tar.gz
Merge pull request #4538 from chef/salam/acceptance-update
Expand the list of acceptance tests
Diffstat (limited to 'acceptance')
-rw-r--r--acceptance/trivial/test/integration/chef-current-install/inspec/chef_client_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance/trivial/test/integration/chef-current-install/inspec/chef_client_spec.rb b/acceptance/trivial/test/integration/chef-current-install/inspec/chef_client_spec.rb
index f125d70953..05c1331744 100644
--- a/acceptance/trivial/test/integration/chef-current-install/inspec/chef_client_spec.rb
+++ b/acceptance/trivial/test/integration/chef-current-install/inspec/chef_client_spec.rb
@@ -1,5 +1,5 @@
chef_version = ENV["KITCHEN_CHEF_VERSION"].split("+")[0]
describe command("chef-client -v") do
its("exit_status") { should eq 0 }
- its(:stdout) { should match /Chef: #{chef_version}/ }
+ its(:stdout) { should match /Chef: #{chef_version}/ } if chef_version != "latest"
end