summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Oliveira <thiagoo@yahoo-inc.com>2016-10-12 14:23:43 -0700
committerThiago Oliveira <thiagoo@yahoo-inc.com>2016-10-12 14:23:43 -0700
commitccca4b699aa04094af4bbf3dd2ea0910573d43be (patch)
tree572fd58fdbb8631707a98df4dfd5ae87a5bd9ea5
parent91f37f3571711fae47ffc327f220c13bba9cf7bd (diff)
downloadchef-ccca4b699aa04094af4bbf3dd2ea0910573d43be.tar.gz
require the event_dispatch dsl since it's used in chef_class
Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
-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 f019448bd8..0bb15c03ca 100644
--- a/lib/chef/chef_class.rb
+++ b/lib/chef/chef_class.rb
@@ -30,6 +30,7 @@ require "chef/platform/provider_priority_map"
require "chef/platform/resource_priority_map"
require "chef/platform/provider_handler_map"
require "chef/platform/resource_handler_map"
+require "chef/event_dispatch/dsl"
class Chef
class << self