summaryrefslogtreecommitdiff
path: root/spec/functional/knife/smoke_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functional/knife/smoke_test.rb')
-rw-r--r--spec/functional/knife/smoke_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/knife/smoke_test.rb b/spec/functional/knife/smoke_test.rb
index 8681a01873..350644d177 100644
--- a/spec/functional/knife/smoke_test.rb
+++ b/spec/functional/knife/smoke_test.rb
@@ -31,7 +31,7 @@ describe "knife smoke tests" do
knife_cmd.error!
expect(knife_cmd.stdout).to include(Chef::VERSION)
end
-
+
it "can run and show help" do
knife_path = File.expand_path("../../bin/knife", CHEF_SPEC_DATA)
knife_cmd = Mixlib::ShellOut.new("#{knife_path} --help")