Skip to content

Commit 9b33037

Browse files
committed
Add acceptence test
1 parent df01099 commit 9b33037

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
@@ -8,7 +8,7 @@
88
before(:all) do
99
apply_manifest(<<-MANIFEST)
1010
$_epp = "port=<%= $port %>\npassword=<%= $password %>\n"
11-
$_testfile = ? $facts['os']['family'] ? {
11+
$_testfile = $facts['os']['family'] ? {
1212
'windows' => 'C:\\test.epp',
1313
default => '/tmp/test.epp,
1414
}
@@ -22,7 +22,7 @@
2222

2323
before(:each) do
2424
rm_testfile = <<-MANIFEST
25-
$_testfile = ? $facts['os']['family'] ? {
25+
$_testfile = $facts['os']['family'] ? {
2626
'windows' => 'C:\\test.epp',
2727
default => '/tmp/test.epp,
2828
}

0 commit comments

Comments
 (0)