summaryrefslogtreecommitdiff
path: root/lib/chef/audit/chef_example_group.rb
blob: cd874d57b71ad8cdb5554990503508001f806b26 (plain)
1
2
3
4
5
6
7
8
9
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