String fix

Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
This commit is contained in:
Mary Jinglewski 2020-01-14 16:16:46 -05:00
parent c80a39e371
commit 692fa8f267

View file

@ -45,9 +45,9 @@ The following examples show how to use this Chef InSpec audit resource.
its('driftfile') { should eq '/var/lib/ntp/ntp.drift' }
its('server') do
should eq [
0.ubuntu.pool.ntp.org,
1.ubuntu.pool.ntp.org,
2.ubuntu.pool.ntp.org
'0.ubuntu.pool.ntp.org',
'1.ubuntu.pool.ntp.org',
'2.ubuntu.pool.ntp.org'
]
end
end