summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/audit_test/recipes/error_orphan_control.rb
blob: 61d809a7c00b57de925e8f9fdf1852c12a89883f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Cookbook Name:: audit_test
# Recipe:: error_orphan_control
#
# Copyright 2014-2016, The Authors, All Rights Reserved.

control_group "basic control group" do
  it "should pass" do
    expect(2 - 2).to eq(0)
  end
end

control "orphan control"