deactivate inspec check for now

This commit is contained in:
Christoph Hartmann 2017-01-16 14:36:52 +01:00
parent 89209a91f8
commit 51abba245f

View file

@ -15,7 +15,7 @@ desc 'Run robocop linter'
task lint: [:rubocop] task lint: [:rubocop]
# run tests # run tests
task default: [:lint, 'test:check'] task default: [:lint]
namespace :test do namespace :test do
# run inspec check to verify that the profile is properly configured # run inspec check to verify that the profile is properly configured