inspec/test/unit/mock/profiles/old-examples/custom-resource/controls/example.rb

8 lines
122 B
Ruby
Raw Normal View History

# encoding: utf-8
describe gordon do
its('crime_rate') { should be < 5 }
it { should have_a_fabulous_mustache }
end