diff options
Diffstat (limited to 'activesupport/test')
-rw-r--r-- | activesupport/test/file_update_checker_shared_tests.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/file_update_checker_shared_tests.rb b/activesupport/test/file_update_checker_shared_tests.rb index a78c3a67b6..12e67a1e9f 100644 --- a/activesupport/test/file_update_checker_shared_tests.rb +++ b/activesupport/test/file_update_checker_shared_tests.rb @@ -139,7 +139,6 @@ module FileUpdateCheckerSharedTests FileUtils.touch(tmpfiles) - now = Time.now time = Time.at(0) # wrong mtime from the future File.utime(time, time, tmpfiles[0]) |