diff options
-rw-r--r-- | spec/spec_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 16081f957..777a06721 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -47,8 +47,8 @@ Spec::Runner.configure do |config| next end if FileTest.exist?(file) - system("chmod -R 755 #{file}") - system("rm -rf #{file}") + system("chmod -R 755 '#{file}'") + system("rm -rf '#{file}'") end end $tmpfiles.clear |