summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
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
parent34e42e1e3ddc8e7120aed028bbc9b2c71b791a76 (diff)
downloadchef-9bd21a19a6e0d1d4b3a7a9bbb8f3f1ad14f99437.tar.gz
[CHEF-3793] fix missing requires, add smoke test for knife
Diffstat (limited to 'lib/chef/mixin')
-rw-r--r--lib/chef/mixin/language.rb1
-rw-r--r--lib/chef/mixin/language_include_attribute.rb1
-rw-r--r--lib/chef/mixin/language_include_recipe.rb1
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/mixin/language.rb b/lib/chef/mixin/language.rb
index 48d5a8403a..f4df86bdc3 100644
--- a/lib/chef/mixin/language.rb
+++ b/lib/chef/mixin/language.rb
@@ -18,6 +18,7 @@
require 'chef/dsl/platform_introspection'
require 'chef/dsl/data_query'
+require 'chef/mixin/deprecation'
class Chef
module Mixin
diff --git a/lib/chef/mixin/language_include_attribute.rb b/lib/chef/mixin/language_include_attribute.rb
index ab21b50408..0be2614e41 100644
--- a/lib/chef/mixin/language_include_attribute.rb
+++ b/lib/chef/mixin/language_include_attribute.rb
@@ -17,6 +17,7 @@
#
require 'chef/dsl/include_attribute'
+require 'chef/mixin/deprecation'
class Chef
module Mixin
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