mirror of
https://github.com/inspec/inspec
synced 2024-12-26 13:03:13 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
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
|