Sha256: fc515bdce010ae6d4fab0a03efc6ef1b94bbee4e56f813968545b34de5c9b709
Contents?: true
Size: 482 Bytes
Versions: 3
Compression:
Stored size: 482 Bytes
Contents
# # encoding: utf-8 # Inspec test for recipe <%= cookbook_name %>::<%= recipe_name %> # The Inspec reference, with examples and extensive documentation, can be # found at http://inspec.io/docs/reference/resources/ unless os.windows? describe user('root') do it { should exist } skip 'This is an example test, replace with your own test.' end end describe port(80) do it { should_not be_listening } skip 'This is an example test, replace with your own test.' end
Version data entries
3 entries across 3 versions & 1 rubygems