Skip to content

Commit

Permalink
Correctly remove utils_spec.tmp in the utils_spec test.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed May 26, 2009
1 parent 3e1f0a4 commit 17c0875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ruby/utils_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
begin
File.directory?('utils_spec.tmp').should be_true
ensure
FileUtils.chmod_R(0777, 'utils_spec.tmp')
FileUtils.rm_rf('utils_spec.tmp')
end
end
Expand Down

0 comments on commit 17c0875

Please sign in to comment.