inspec/test/unit/mock/profiles/old-examples/profile-sensitive/controls/sensitive-failures.rb

10 lines
145 B
Ruby
Raw Normal View History

# encoding: utf-8
describe 'bob' do
it { should eq 'billy' }
end
describe 'sensitivepassword', :sensitive do
it { should eq 'secret' }
end