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

10 lines
154 B
Ruby
Raw Normal View History

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