diff options
author | John Keiser <john@johnkeiser.com> | 2015-06-08 09:08:21 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-06-08 09:08:21 -0700 |
commit | 2291299eb6519f484f3ca1c3e56ac444b7c50199 (patch) | |
tree | f622898206b61832223784e2a1bb961b0f8ff1ec /spec | |
parent | 3dcaddb86dc85a4cf730e675232ce83f97d5726b (diff) | |
download | chef-2291299eb6519f484f3ca1c3e56ac444b7c50199.tar.gz |
Remove unused test line
Diffstat (limited to 'spec')
-rw-r--r-- | spec/integration/recipes/recipe_dsl_spec.rb | 1 |
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 |