From fc710c26a95e74aa66bf0bee8923ee104593c97a Mon Sep 17 00:00:00 2001 From: John Keiser Date: Wed, 6 May 2015 14:07:43 -0700 Subject: Narrow resolvers to only look at parts of the map we support --- spec/integration/recipes/recipe_dsl_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/integration/recipes') diff --git a/spec/integration/recipes/recipe_dsl_spec.rb b/spec/integration/recipes/recipe_dsl_spec.rb index c79c20cd7d..9d6b15a478 100644 --- a/spec/integration/recipes/recipe_dsl_spec.rb +++ b/spec/integration/recipes/recipe_dsl_spec.rb @@ -70,7 +70,7 @@ describe "Recipe DSL methods" do } - it "backcompat_thingy creates a Chef::Resource::BackcompatThingy" do + it "backcompat_thingy creates a Chef::Resource::BackcompatThingy", :focus do recipe = converge { backcompat_thingy 'blah' do; end } -- cgit v1.2.1