mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
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:
commit
401df56e71
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue