summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-12-06 14:10:31 +0000
committerThom May <thom@chef.io>2016-12-06 14:10:31 +0000
commit41a396c556b4312211ac1adac19f96968be161b9 (patch)
tree700a43b3bc7995085c9cc181c24ec959e6705d96
parente0ca94f0f21680bcd50de091dd5e63f110b2252d (diff)
downloadchef-41a396c556b4312211ac1adac19f96968be161b9.tar.gz
Ensure deprecation messages are always includedtm/require_deprecated
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--lib/chef/chef_class.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/chef_class.rb b/lib/chef/chef_class.rb
index 8c766699fc..3a395d979d 100644
--- a/lib/chef/chef_class.rb
+++ b/lib/chef/chef_class.rb
@@ -31,6 +31,7 @@ require "chef/platform/resource_priority_map"
require "chef/platform/provider_handler_map"
require "chef/platform/resource_handler_map"
require "chef/event_dispatch/dsl"
+require "chef/deprecated"
class Chef
class << self