convert precondition from array to a string

I ran into issues with this line. It could be b/c I am
using an older version of librarian-puppet. I updated the code
to make the issue go away.
This commit is contained in:
Dan Bode
2013-03-20 12:59:19 -07:00
parent c440430e98
commit d1a9d00053

View File

@@ -2,9 +2,7 @@ require 'spec_helper'
describe 'nova::compute::libvirt' do
let :pre_condition do
[ 'include nova',
'include nova::compute'
]
"include nova\ninclude nova::compute"
end
describe 'on debian platforms' do