mirror of
https://github.com/inspec/inspec
synced 2024-12-21 02:23:13 +00:00
718e205cf2
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
5 lines
77 B
Ruby
5 lines
77 B
Ruby
control "01_small" do
|
|
describe true do
|
|
it { should eq true }
|
|
end
|
|
end
|