We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3de985 + 1b893ff commit 42750feCopy full SHA for 42750fe
spec/acceptance/fqdn_rotate_spec.rb
@@ -19,12 +19,12 @@
19
end
20
21
after :each do
22
- shell("if [ -f #{facts_d}/fqdn.txt ] ; then rm #{facts_d}/fqdn.txt ; fi")
+ shell("if [ -f '#{facts_d}/fqdn.txt' ] ; then rm '#{facts_d}/fqdn.txt' ; fi")
23
24
before :all do
25
#No need to create on windows, PE creates by default
26
if fact('osfamily') !~ /windows/i
27
- shell("mkdir -p #{facts_d}")
+ shell("mkdir -p '#{facts_d}'")
28
29
30
it 'fqdn_rotates floats' do
0 commit comments