mirror of
https://github.com/inspec/inspec
synced 2024-12-19 17:43:44 +00:00
8 lines
122 B
Ruby
8 lines
122 B
Ruby
|
# encoding: utf-8
|
||
|
|
||
|
describe gordon do
|
||
|
its('crime_rate') { should be < 5 }
|
||
|
it { should have_a_fabulous_mustache }
|
||
|
end
|
||
|
|