mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
2a1b1d8e88
Signed-off-by: Miah Johnson <miah@chia-pet.org>
7 lines
126 B
Ruby
7 lines
126 B
Ruby
describe 'bob' do
|
|
it { should eq 'billy' }
|
|
end
|
|
|
|
describe 'sensitivepassword', :sensitive do
|
|
it { should eq 'secret' }
|
|
end
|