Build fix for error that occured after automate alias release

Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
This commit is contained in:
Nikita Mathur 2021-05-07 16:42:18 +05:30
parent a60083b8ba
commit fe2ec54d31

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