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:
@@ -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
|
||||
|
Reference in New Issue
Block a user