2
0
Fork 0
mirror of https://github.com/inspec/inspec synced 2025-01-01 07:48:57 +00:00
inspec/test/unit/mock/profiles/failures/controls/failures.rb

12 lines
234 B
Ruby
Raw Normal View History

2016-09-01 12:25:56 +00:00
# encoding: utf-8
# copyright: 2015, Chef Software, Inc.
# license: All rights reserved
title '/tmp profile'
# you can also use plain tests
describe file('/tmp') do
it { should be_directory }
it { should_nota be_directory }
end