mirror of
https://github.com/inspec/inspec
synced 2025-03-07 00:37:23 +00:00
5 lines
103 B
Ruby
5 lines
103 B
Ruby
describe gordon do
|
|
its('crime_rate') { should be < 5 }
|
|
it { should have_a_fabulous_mustache }
|
|
end
|
|
|