[network] Fix spec test for puppet 2.7 (refs: #205)

This commit is contained in:
Sebastien Badia 2014-02-21 17:33:54 +01:00
parent a7f6150799
commit e0d5c95c0e

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