summaryrefslogtreecommitdiff
path: root/spec/unit/policy_builder
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-03-04 08:20:36 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-03-04 08:20:36 -0800
commita19b1d07d1fa416b8591681f1a04ef673aa25882 (patch)
tree0960f30636295b7849bd415eb035b6413b12cb12 /spec/unit/policy_builder
parent483af03cb2bad1dfdbedaabe63773eebad860ce2 (diff)
parentcf45f8a20cad5672bbffa6073f4a0f6d2e6d0596 (diff)
downloadchef-a19b1d07d1fa416b8591681f1a04ef673aa25882.tar.gz
Merge pull request #4663 from chef/lcg/better-chef-rspec-constraints
better chef+ruby rspec constraints
Diffstat (limited to 'spec/unit/policy_builder')
-rw-r--r--spec/unit/policy_builder/expand_node_object_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/policy_builder/expand_node_object_spec.rb b/spec/unit/policy_builder/expand_node_object_spec.rb
index 8667532d72..420db2e855 100644
--- a/spec/unit/policy_builder/expand_node_object_spec.rb
+++ b/spec/unit/policy_builder/expand_node_object_spec.rb
@@ -38,7 +38,7 @@ describe Chef::PolicyBuilder::ExpandNodeObject do
expect(policy_builder).to respond_to(:load_node)
end
- it "has removed the deprecated #load_node method", :chef_gte_13_only do
+ it "has removed the deprecated #load_node method", chef: ">= 13" do
expect(policy_builder).to_not respond_to(:load_node)
end