We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9a71d commit df01099Copy full SHA for df01099
spec/acceptance/stdlib_deferrable_epp_spec.rb
@@ -7,10 +7,7 @@
7
8
before(:all) do
9
apply_manifest(<<-MANIFEST)
10
- $_epp = << @(EPP)
11
- port=<%= $port %>
12
- password=<%= $password %>
13
- |EPP
+ $_epp = "port=<%= $port %>\npassword=<%= $password %>\n"
14
$_testfile = ? $facts['os']['family'] ? {
15
'windows' => 'C:\\test.epp',
16
default => '/tmp/test.epp,
0 commit comments