mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
659b4b373a
Signed-off-by: Miah Johnson <miah@chia-pet.org>
8 lines
136 B
Ruby
8 lines
136 B
Ruby
|
|
describe 'bob' do
|
|
it { should eq 'bob' }
|
|
end
|
|
|
|
describe 'sensitivepassword', :sensitive do
|
|
it { should eq 'sensitivepassword' }
|
|
end
|