Sha256: 32fc78019dd5f813ddc4f202f63cfe23c14bf206938f08725dd0af67ec81d5f5

Contents?: true

Size: 453 Bytes

Versions: 14

Compression:

Stored size: 453 Bytes

Contents

# Chef InSpec test for recipe deploy-context::default

# 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

14 entries across 14 versions & 1 rubygems

Version Path
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.12.g831d0a8.4.gbb2ab14.12.g0bc028d test/integration/default/default_test.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.12.g831d0a8.4.gbb2ab14.4.gb48499b test/integration/default/default_test.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.12.g831d0a8.4.gbb2ab14 test/integration/default/default_test.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.12.g831d0a8 test/integration/default/default_test.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.8.g299e50a test/integration/default/default_test.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559 test/integration/default/default_test.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42 test/integration/default/default_test.rb
deploy-context-2.2.0.3.gec16643 test/integration/default/default_test.rb
deploy-context-2.1.37.6.gec1e116.4.g6190201 test/integration/default/default_test.rb
deploy-context-2.1.37.6.gec1e116 test/integration/default/default_test.rb
deploy-context-2.1.35.3.g2abab85.16.g399fb24.9.g1523b69.8.ga24e5ef test/integration/default/default_test.rb
deploy-context-2.1.35.3.g2abab85.16.g399fb24.9.g1523b69.3.g0fb07cc test/integration/default/default_test.rb
deploy-context-2.1.35.3.g2abab85.16.g399fb24.9.g1523b69 test/integration/default/default_test.rb
deploy-context-2.1.35.3.g2abab85.16.g399fb24 test/integration/default/default_test.rb