mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Corrected name to be service_name (#2262)
Signed-off-by: Adrian Daniels <adrian@chef.io>
This commit is contained in:
parent
69a629c726
commit
7df4d2d418
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ The tests in `example.rb` can now access this file:
|
|||
my_services = yaml(content: inspec.profile.file('services.yml')).params
|
||||
|
||||
my_services.each do |s|
|
||||
describe service(s['name']) do
|
||||
describe service(s['service_name']) do
|
||||
it { should be_running }
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue