inspec/test/unit/mock/profiles/old-examples/custom-resource/controls/example.rb
devoptimist 2d49f39adc moved example tests into their own sub dir, and reused examples_path variable
Signed-off-by: devoptimist <sbrown@chef.io>
2019-03-18 15:15:32 +00:00

7 lines
122 B
Ruby

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