mirror of
https://github.com/inspec/inspec
synced 2025-03-07 08:47:29 +00:00
5 lines
90 B
Ruby
5 lines
90 B
Ruby
control "basic-01" do
|
|
describe "a string" do
|
|
it { should cmp "a string" }
|
|
end
|
|
end
|