summaryrefslogtreecommitdiff
path: root/lib/chef/audit/chef_example_group.rb
blob: 482647cd033d0e065dfb60ab48d23bd0a6a644c5 (plain)
1
2
3
4
5
6
7
8
9

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