We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df01099 commit 9b33037Copy full SHA for 9b33037
spec/acceptance/stdlib_deferrable_epp_spec.rb
@@ -8,7 +8,7 @@
8
before(:all) do
9
apply_manifest(<<-MANIFEST)
10
$_epp = "port=<%= $port %>\npassword=<%= $password %>\n"
11
- $_testfile = ? $facts['os']['family'] ? {
+ $_testfile = $facts['os']['family'] ? {
12
'windows' => 'C:\\test.epp',
13
default => '/tmp/test.epp,
14
}
@@ -22,7 +22,7 @@
22
23
before(:each) do
24
rm_testfile = <<-MANIFEST
25
26
27
28
0 commit comments