Sha256: 0d3705217f4dbb3ebe610a4fb4b34f6401c1085301957f260f47b07789098ea6

Contents?: true

Size: 480 Bytes

Versions: 1

Compression:

Stored size: 480 Bytes

Contents

# 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?
  # 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

1 entries across 1 versions & 1 rubygems

Version Path
chef-dk-3.9.0 lib/chef-dk/skeletons/code_generator/templates/default/inspec_default_test.rb.erb