mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
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
|