mirror of
https://github.com/inspec/inspec
synced 2024-12-20 01:54:08 +00:00
6 lines
90 B
Ruby
6 lines
90 B
Ruby
|
control "basic-01" do
|
||
|
describe "a string" do
|
||
|
it { should cmp "a string" }
|
||
|
end
|
||
|
end
|