2
0
Fork 0
mirror of https://github.com/inspec/inspec synced 2025-01-04 17:29:03 +00:00
inspec/test/unit/mock/profiles/old-examples/custom-resource/controls/example.rb

6 lines
103 B
Ruby
Raw Normal View History

describe gordon do
its('crime_rate') { should be < 5 }
it { should have_a_fabulous_mustache }
end