Merge pull request #5511 from inspec/automate-alias-build-fix

Build fix for error raised after release of `inspec automate` alias feature
This commit is contained in:
Clinton Wolfe 2021-05-09 23:40:02 -04:00 committed by GitHub
commit 401df56e71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ describe "command tests" do
artifact
check
compliance
automate
detect
env
exec
@ -70,7 +71,7 @@ describe "command tests" do
}
outputs.each do |output|
commands.each do |subcommand|
_(output).must_include("inspec " + subcommand)
_(output).must_include(subcommand)
end
end
end