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