summaryrefslogtreecommitdiff
path: root/spec/unit/chef_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/chef_spec.rb')
-rw-r--r--spec/unit/chef_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/chef_spec.rb b/spec/unit/chef_spec.rb
index b0f0359806..8a8d6c6c68 100644
--- a/spec/unit/chef_spec.rb
+++ b/spec/unit/chef_spec.rb
@@ -20,6 +20,6 @@ require 'spec_helper'
describe Chef do
it "should have a version defined" do
- Chef::VERSION.should match(/(\d+)\.(\d+)\.(\d+)/)
+ expect(Chef::VERSION).to match(/(\d+)\.(\d+)\.(\d+)/)
end
end