mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
5 lines
77 B
Ruby
5 lines
77 B
Ruby
control "01_small" do
|
|
describe true do
|
|
it { should eq true }
|
|
end
|
|
end
|