Corrected name to be service_name (#2262)

Signed-off-by: Adrian Daniels <adrian@chef.io>
This commit is contained in:
lhasadreams 2017-10-24 22:51:30 +01:00 committed by Adam Leff
parent 69a629c726
commit 7df4d2d418

View file

@ -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