mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
8 lines
126 B
Ruby
8 lines
126 B
Ruby
|
describe 'bob' do
|
||
|
it { should eq 'billy' }
|
||
|
end
|
||
|
|
||
|
describe 'sensitivepassword', :sensitive do
|
||
|
it { should eq 'secret' }
|
||
|
end
|