mirror of
https://github.com/inspec/inspec
synced 2025-03-08 01:07:42 +00:00
5 lines
77 B
Ruby
5 lines
77 B
Ruby
control "01_small" do
|
|
describe true do
|
|
it { should eq true }
|
|
end
|
|
end
|