diff options
author | Claire McQuin <claire@getchef.com> | 2014-11-05 13:35:21 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-17 18:47:26 -0800 |
commit | b9b4d3bfd6ec6196cb78094e589c094edb61b501 (patch) | |
tree | af37e0f4d1bc3d2b621eff0e43758029afbe0fde /lib/chef/dsl | |
parent | 5647ffbafcf22cd54b1edc0b02926aca90b9099c (diff) | |
download | chef-b9b4d3bfd6ec6196cb78094e589c094edb61b501.tar.gz |
add rspec/its
Diffstat (limited to 'lib/chef/dsl')
-rw-r--r-- | lib/chef/dsl/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/dsl/audit.rb b/lib/chef/dsl/audit.rb index a417e51b5d..75a57c6bb4 100644 --- a/lib/chef/dsl/audit.rb +++ b/lib/chef/dsl/audit.rb @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -#require 'chef/audit' + require 'chef/audit/chef_example_group' class Chef |