Project

General

Profile

« Previous | Next » 

Revision 802e688f

Added by Michael Moll about 8 years ago

fix failing test

View differences:

spec/classes/init_spec.rb
with_content(%r{^# Convert backslashes to slashes}).
with_mode('0644')
should contain_file('/var/lib/tftpboot/').with({
should contain_file('/var/lib/tftpboot').with({
:ensure => 'directory',
:notify => 'Class[Xinetd]',
})
......
with_content(%r{^# Convert backslashes to slashes}).
with_mode('0644')
should contain_file('/var/lib/tftpboot/').with({
should contain_file('/var/lib/tftpboot').with({
:ensure => 'directory',
:notify => 'Class[Xinetd]',
})

Also available in: Unified diff