Skip to content

Commit 889e3e8

Browse files
author
Joshua Hoblitt
committed
fix pureftpd config parameter test
Add missing newline escape. Workins locally for some reason but is breaking on travis-ci
1 parent f5fc23b commit 889e3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/pureftpd_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
should include_class('pureftpd::service')
8989
should contain_package('pure-ftpd').with_ensure('present')
9090
should_not contain_package('pure-ftpd-selinux')
91-
should contain_file('/etc/pure-ftpd/pure-ftpd.conf').with_ensure('file')
91+
should contain_file('/etc/pure-ftpd/pure-ftpd.conf').with_ensure('file')\
9292
.with_content(<<-END.gsub(/^\s+/, ""))
9393
IPV4Only No
9494
Daemonize Yes

0 commit comments

Comments
 (0)