Skip to content

Commit

Permalink
Move compliance to v2 plugin (inspec#3423)
Browse files Browse the repository at this point in the history
* Move compliance pluging to v2 system.
* Update kitchen-inspec to test.
* Add legacy require patsh.
* Fix unit test

Signed-off-by: Jared Quick <[email protected]>
  • Loading branch information
jquick authored Oct 4, 2018
1 parent 9224989 commit cb12ada
Show file tree
Hide file tree
Showing 31 changed files with 1,430 additions and 1,483 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Rake::TestTask.new do |t|
'test/unit/**/*_test.rb',
'lib/plugins/inspec-*/test/unit/**/*_test.rb',
])
t.warning = true
t.warning = false
t.verbose = true
t.ruby_opts = ['--dev'] if defined?(JRUBY_VERSION)
end
Expand Down Expand Up @@ -91,7 +91,6 @@ namespace :test do
'test/functional/inspec_exec_json_test.rb',
'test/functional/inspec_detect_test.rb',
'test/functional/inspec_vendor_test.rb',
'test/functional/inspec_compliance_test.rb',
'test/functional/inspec_check_test.rb',
'test/functional/filter_table_test.rb',
]
Expand Down
16 changes: 0 additions & 16 deletions lib/bundles/inspec-compliance.rb

This file was deleted.

20 changes: 0 additions & 20 deletions lib/bundles/inspec-compliance/.kitchen.yml

This file was deleted.

Loading

0 comments on commit cb12ada

Please sign in to comment.