summaryrefslogtreecommitdiff
path: root/spec/unit/lwrp_spec.rb
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-04-04 19:11:16 -0700
committerNoah Kantrowitz <noah@coderanger.net>2017-04-04 19:11:16 -0700
commit00922ab535ba784c284b1ccc7956f077d94c7896 (patch)
treefbcc26c010765bdde1c00ec750ad90ce7a08d09d /spec/unit/lwrp_spec.rb
parent7d15d87140dfa7866a825f1ea190d603999f9edd (diff)
downloadchef-00922ab535ba784c284b1ccc7956f077d94c7896.tar.gz
Update some more tests for removing use_inline_resources.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'spec/unit/lwrp_spec.rb')
-rw-r--r--spec/unit/lwrp_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/lwrp_spec.rb b/spec/unit/lwrp_spec.rb
index 353376aa77..75ebbb8f02 100644
--- a/spec/unit/lwrp_spec.rb
+++ b/spec/unit/lwrp_spec.rb
@@ -644,8 +644,6 @@ describe "LWRP" do
end
class MyAwesomeProvider < Chef::Provider::LWRPBase
- use_inline_resources
-
provides :my_awesome_resource
action :create do