inspec/test/fixtures/profiles/waivers/waiver-child/controls/waiver-child.rb
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00

5 lines
85 B
Ruby

control "waiver-child-01" do
describe true do
it { should cmp true }
end
end