Browse Source

fix(inspec): move test suite to test/integration/default

tags/v0.2.1
Nicolas Rodriguez 5 years ago
parent
commit
0ba5fce8f6
3 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kitchen.yml
  2. +0
    -0
      test/integration/default/controls/syslog_ng.rb
  3. +0
    -0
      test/integration/default/inspec.yml

+ 1
- 1
kitchen.yml View File

reporter: reporter:
- cli - cli
inspec_tests: inspec_tests:
- path: test/integration/syslog_ng
- path: test/integration/default


suites: suites:
- name: default - name: default

test/integration/syslog_ng/controls/syslog_ng.rb → test/integration/default/controls/syslog_ng.rb View File


test/integration/syslog_ng/inspec.yml → test/integration/default/inspec.yml View File


Loading…
Cancel
Save