Skip to content

Commit

Permalink
[OC-4668] fix file rm in test teardown for ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Nov 5, 2012
1 parent b3f9b9c commit 16bcdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/functional/resource/deploy_revision_spec.rb
Expand Up @@ -39,7 +39,7 @@
FileUtils.remove_entry_secure deploy_directory if File.exist?(deploy_directory)
FileUtils.remove_entry_secure file_cache_path
observe_order_file.close
FileUtils.remove_entry_secure observe_order_file
FileUtils.remove_entry_secure observe_order_file.path
end

before(:all) do
Expand Down

0 comments on commit 16bcdfd

Please sign in to comment.