Skip to content

Commit 782a923

Browse files
committed
Add acceptence test
1 parent 9b33037 commit 782a923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/stdlib_deferrable_epp_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$_epp = "port=<%= $port %>\npassword=<%= $password %>\n"
1111
$_testfile = $facts['os']['family'] ? {
1212
'windows' => 'C:\\test.epp',
13-
default => '/tmp/test.epp,
13+
default => '/tmp/test.epp',
1414
}
1515
1616
file{ $_testfile:
@@ -24,7 +24,7 @@
2424
rm_testfile = <<-MANIFEST
2525
$_testfile = $facts['os']['family'] ? {
2626
'windows' => 'C:\\test.epp',
27-
default => '/tmp/test.epp,
27+
default => '/tmp/test.epp',
2828
}
2929
file { "${_testfile}.rendered":
3030
ensure => absent,

0 commit comments

Comments
 (0)