fix title

This commit is contained in:
Christoph Hartmann 2015-09-21 10:31:44 +02:00 committed by Dominik Richter
parent cf3dddf1a3
commit 5f7910a0cf

View file

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