summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/language_include_recipe.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-01-24 16:33:34 -0800
committerdanielsdeleo <dan@opscode.com>2013-01-24 16:51:05 -0800
commit9bd21a19a6e0d1d4b3a7a9bbb8f3f1ad14f99437 (patch)
tree6373831c053bdc231cbc211b5a51004b2b2478ad /lib/chef/mixin/language_include_recipe.rb
parent34e42e1e3ddc8e7120aed028bbc9b2c71b791a76 (diff)
downloadchef-9bd21a19a6e0d1d4b3a7a9bbb8f3f1ad14f99437.tar.gz
[CHEF-3793] fix missing requires, add smoke test for knife
Diffstat (limited to 'lib/chef/mixin/language_include_recipe.rb')
-rw-r--r--lib/chef/mixin/language_include_recipe.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/mixin/language_include_recipe.rb b/lib/chef/mixin/language_include_recipe.rb
index ccbfb38c65..861f2dee65 100644
--- a/lib/chef/mixin/language_include_recipe.rb
+++ b/lib/chef/mixin/language_include_recipe.rb
@@ -17,6 +17,7 @@
#
require 'chef/dsl/include_recipe'
+require 'chef/mixin/deprecation'
class Chef
module Mixin