mirror of
https://github.com/inspec/inspec
synced 2024-12-21 10:33:23 +00:00
6 lines
85 B
Ruby
6 lines
85 B
Ruby
|
control "waiver-child-01" do
|
||
|
describe true do
|
||
|
it { should cmp true }
|
||
|
end
|
||
|
end
|