inspec/examples/profile-sensitive/controls/sensitive-failures.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

7 lines
126 B
Ruby

describe 'bob' do
it { should eq 'billy' }
end
describe 'sensitivepassword', :sensitive do
it { should eq 'secret' }
end