Skip to content

Commit df01099

Browse files
committed
Add acceptence test
1 parent 6a9a71d commit df01099

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spec/acceptance/stdlib_deferrable_epp_spec.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77

88
before(:all) do
99
apply_manifest(<<-MANIFEST)
10-
$_epp = << @(EPP)
11-
port=<%= $port %>
12-
password=<%= $password %>
13-
|EPP
10+
$_epp = "port=<%= $port %>\npassword=<%= $password %>\n"
1411
$_testfile = ? $facts['os']['family'] ? {
1512
'windows' => 'C:\\test.epp',
1613
default => '/tmp/test.epp,

0 commit comments

Comments
 (0)