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

9 lines
136 B
Ruby
Raw Normal View History

describe 'bob' do
it { should eq 'bob' }
end
describe 'sensitivepassword', :sensitive do
it { should eq 'sensitivepassword' }
end