mirror of
https://github.com/inspec/inspec
synced 2025-01-11 20:59:19 +00:00
5 lines
94 B
Ruby
5 lines
94 B
Ruby
control "local-dep-01" do
|
|
describe "a string" do
|
|
it { should cmp "a string" }
|
|
end
|
|
end
|