summaryrefslogtreecommitdiff
path: root/lib/chef/dsl.rb
diff options
context:
space:
mode:
authorClaire McQuin <mcquin@users.noreply.github.com>2014-11-21 14:58:16 -0800
committerClaire McQuin <mcquin@users.noreply.github.com>2014-11-21 14:58:16 -0800
commitcae8e657151485bb427c01ad8e0d37625ae64c84 (patch)
treeb0a0ee41acfd84222b48092f485d026d828b07cd /lib/chef/dsl.rb
parentcaad34bc0ff6297d04210075d8a67b52e97d42f2 (diff)
parentedbf71e853762915901526215dd0e11c47fe6882 (diff)
downloadchef-cae8e657151485bb427c01ad8e0d37625ae64c84.tar.gz
Merge pull request #2436 from opscode/tball/audit-duplication-testmcquin/controls_group_object
Audit tests for `package` DSL duplication
Diffstat (limited to 'lib/chef/dsl.rb')
-rw-r--r--lib/chef/dsl.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/dsl.rb b/lib/chef/dsl.rb
index 7717d99113..7ff605e466 100644
--- a/lib/chef/dsl.rb
+++ b/lib/chef/dsl.rb
@@ -4,3 +4,4 @@ require 'chef/dsl/data_query'
require 'chef/dsl/include_recipe'
require 'chef/dsl/include_attribute'
require 'chef/dsl/registry_helper'
+require 'chef/dsl/audit'