mirror of
https://github.com/inspec/inspec
synced 2024-12-21 10:33:23 +00:00
8f4ff8923e
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
5 lines
85 B
Ruby
5 lines
85 B
Ruby
control "waiver-child-01" do
|
|
describe true do
|
|
it { should cmp true }
|
|
end
|
|
end
|