mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
fix title
This commit is contained in:
parent
cf3dddf1a3
commit
5f7910a0cf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ describe 'Vulcano:Resources::JSON' do
|
|||
|
||||
let(:resource) { loadResource('json', 'policyfile.lock.json') }
|
||||
|
||||
it 'verify yaml parsing' do
|
||||
it 'verify json parsing' do
|
||||
_(resource.params).wont_equal nil
|
||||
_(resource.send('name')).must_equal 'demo'
|
||||
_(resource.send('run_list')).must_equal %w{apache2 omnibus}
|
||||
|
|
Loading…
Reference in a new issue