Merge pull request #289 from enovance/bug/205/sbadia

[network] Fix spec test for puppet 2.7 (refs: #205)
This commit is contained in:
Yanis Guenane 2014-02-21 12:32:09 -05:00
commit ccd1cb7782

View File

@ -75,7 +75,7 @@ describe 'cloud::network::l3' do
it 'configure neutron l3' do
should contain_class('neutron::agents::l3').with(
:debug => true,
:debug => true
)
end