diff options
author | Thiago Oliveira <thiagoo@yahoo-inc.com> | 2016-10-12 14:23:43 -0700 |
---|---|---|
committer | Thiago Oliveira <thiagoo@yahoo-inc.com> | 2016-10-12 14:23:43 -0700 |
commit | ccca4b699aa04094af4bbf3dd2ea0910573d43be (patch) | |
tree | 572fd58fdbb8631707a98df4dfd5ae87a5bd9ea5 /lib/chef/chef_class.rb | |
parent | 91f37f3571711fae47ffc327f220c13bba9cf7bd (diff) | |
download | chef-ccca4b699aa04094af4bbf3dd2ea0910573d43be.tar.gz |
require the event_dispatch dsl since it's used in chef_class
Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
Diffstat (limited to 'lib/chef/chef_class.rb')
-rw-r--r-- | lib/chef/chef_class.rb | 1 |
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 |