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 6ccd462516..607e8065cf 100644
--- a/spec/functional/knife/smoke_test.rb
+++ b/spec/functional/knife/smoke_test.rb
@@ -29,6 +29,6 @@ describe "knife smoke tests" do
knife_cmd = Mixlib::ShellOut.new("#{knife_path} -v")
knife_cmd.run_command
knife_cmd.error!
- knife_cmd.stdout.should include(Chef::VERSION)
+ expect(knife_cmd.stdout).to include(Chef::VERSION)
end
end