mirror of
https://github.com/inspec/inspec
synced 2024-11-11 07:34:15 +00:00
String fix
Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
This commit is contained in:
parent
c80a39e371
commit
692fa8f267
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue