summaryrefslogtreecommitdiff
path: root/lib/chef/audit
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/audit')
-rw-r--r--lib/chef/audit/chef_example_group.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/chef/audit/chef_example_group.rb b/lib/chef/audit/chef_example_group.rb
new file mode 100644
index 0000000000..cd874d57b7
--- /dev/null
+++ b/lib/chef/audit/chef_example_group.rb
@@ -0,0 +1,10 @@
+require 'rspec/core'
+
+class Chef
+ class Audit
+ class ChefExampleGroup < ::RSpec::Core::ExampleGroup
+ # Can encompass tests in a `control` block or `describe` block
+ define_example_group_method :control
+ end
+ end
+end