aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/file_test.rb
Commit message (Expand)AuthorAgeFilesLines
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-3/+3
* Fix activesupport atomic_write tests when Dir.tmpdir is on another partition....Michael Koziarski2007-09-061-2/+2
* Add File.atomic_write to prevent users from seeing half written files. Usefu...Michael Koziarski2007-02-271-0/+29