summaryrefslogtreecommitdiff
path: root/lib/chef/recipe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/recipe.rb')
-rw-r--r--lib/chef/recipe.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/recipe.rb b/lib/chef/recipe.rb
index 55b6fd7d52..403d393fcd 100644
--- a/lib/chef/recipe.rb
+++ b/lib/chef/recipe.rb
@@ -35,7 +35,7 @@ class Chef
# A Recipe object is the context in which Chef recipes are evaluated.
class Recipe
- include Chef::DSL::Recipe::FullDSL
+ include Chef::DSL::Recipe
include Chef::Mixin::FromFile
include Chef::Mixin::Deprecation