inspec/test/fixtures/profiles/old-examples/profile-sensitive/controls/sensitive.rb
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00

7 lines
135 B
Ruby

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