Remove extraneous spaces

meh
This commit is contained in:
François Charlier
2014-02-20 18:52:15 +01:00
parent ead1bae9bf
commit faeb0862f3

View File

@@ -75,7 +75,7 @@ describe 'cloud::network::dhcp' do
it 'configure neutron dhcp' do it 'configure neutron dhcp' do
should contain_class('neutron::agents::dhcp').with( should contain_class('neutron::agents::dhcp').with(
:debug => true, :debug => true
) )
should contain_neutron_dhcp_agent_config('DEFAULT/dnsmasq_config_file').with_value('/etc/neutron/dnsmasq-neutron.conf') should contain_neutron_dhcp_agent_config('DEFAULT/dnsmasq_config_file').with_value('/etc/neutron/dnsmasq-neutron.conf')