inspec/examples/custom-resource/controls/example.rb
Miah Johnson 2a1b1d8e88 Remove all leading newlines.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-05-31 11:43:44 -07:00

5 lines
103 B
Ruby

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