diff --git a/Rakefile b/Rakefile index 40d79a83b..d36039071 100644 --- a/Rakefile +++ b/Rakefile @@ -15,7 +15,7 @@ desc 'Run robocop linter' task lint: [:rubocop] # run tests -task default: [:lint, 'test:check'] +task default: [:lint] namespace :test do # run inspec check to verify that the profile is properly configured