summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-06-08 09:08:21 -0700
committerJohn Keiser <john@johnkeiser.com>2015-06-08 09:08:21 -0700
commit2291299eb6519f484f3ca1c3e56ac444b7c50199 (patch)
treef622898206b61832223784e2a1bb961b0f8ff1ec
parent3dcaddb86dc85a4cf730e675232ce83f97d5726b (diff)
downloadchef-2291299eb6519f484f3ca1c3e56ac444b7c50199.tar.gz
Remove unused test line
-rw-r--r--spec/integration/recipes/recipe_dsl_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/integration/recipes/recipe_dsl_spec.rb b/spec/integration/recipes/recipe_dsl_spec.rb
index 9595653ad8..94bee77314 100644
--- a/spec/integration/recipes/recipe_dsl_spec.rb
+++ b/spec/integration/recipes/recipe_dsl_spec.rb
@@ -82,7 +82,6 @@ describe "Recipe DSL methods" do
recipe = converge {
backcompat_thingy 'blah' do; end
}
- # expect(recipe.logged_warnings).to match(/Class Chef::Resource::BackcompatThingy does not declare 'provides :backcompat_thingy'/i)
expect(BaseThingy.created_resource).to eq Chef::Resource::BackcompatThingy
expect(BaseThingy.created_provider).to eq Chef::Provider::BackcompatThingy
end