diff --git a/spec/defines/iface_spec.rb b/spec/defines/iface_spec.rb index a443385..13cb3b0 100644 --- a/spec/defines/iface_spec.rb +++ b/spec/defines/iface_spec.rb @@ -7,6 +7,6 @@ it { should contain_interfaces__auto('lo') should contain_concat__fragment('interfaces::iface_lo').with_target('/etc/network/interfaces') - should contain_concat__fragment('interfaces::iface_lo').with_content('iface lo inet loopback\n\t\n\n') + should contain_concat__fragment('interfaces::iface_lo').with_content("iface lo inet loopback\n\t\n\n") } end