mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
6 lines
77 B
Ruby
6 lines
77 B
Ruby
|
control "01_small" do
|
||
|
describe true do
|
||
|
it { should eq true }
|
||
|
end
|
||
|
end
|