summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobb Kidd <rkidd@chef.io>2019-10-08 17:19:28 -0400
committerRobb Kidd <robb@thekidds.org>2019-11-01 14:22:33 -0400
commit3f2d235ac75c59cba3eb9360128376992a65161d (patch)
tree30f6e5e95195344033216543552d694f8a7a93c0
parent064aa0c73b01b8152ceb6dd76763c3b0ab17c110 (diff)
downloadchef-3f2d235ac75c59cba3eb9360128376992a65161d.tar.gz
add a label to the version command specs
These fail in the Habitat plan verification tests because bundle isn't on the PATH for Windows builds (bundle.cmd is). Adding a label to the spec lets testing chose whether to run it or not. Default is that the specs are included in a test run. Signed-off-by: Robb Kidd <robb@thekidds.org>
-rw-r--r--spec/functional/version_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/version_spec.rb b/spec/functional/version_spec.rb
index 246b3a021a..25e3f4dba7 100644
--- a/spec/functional/version_spec.rb
+++ b/spec/functional/version_spec.rb
@@ -21,7 +21,7 @@ require "chef/version"
require "ohai/version"
require "chef/dist"
-describe "Chef Versions" do
+describe "Chef Versions", :executables do
include Chef::Mixin::ShellOut
let(:chef_dir) { File.join(File.dirname(__FILE__), "..", "..") }