mirror of
https://github.com/inspec/inspec
synced 2025-01-25 11:25:27 +00:00
9 lines
127 B
Ruby
9 lines
127 B
Ruby
|
|
||
|
describe 'bob' do
|
||
|
it { should eq 'billy' }
|
||
|
end
|
||
|
|
||
|
describe 'sensitivepassword', :sensitive do
|
||
|
it { should eq 'secret' }
|
||
|
end
|