From 2b92069a4985ea21ba12ca726eb15b2daa7bd162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 13 Apr 2016 01:32:24 -0300 Subject: [PATCH] Remove unused variable --- activesupport/test/file_update_checker_shared_tests.rb | 1 - 1 file changed, 1 deletion(-) 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 @@ def run(*args) FileUtils.touch(tmpfiles) - now = Time.now time = Time.at(0) # wrong mtime from the future File.utime(time, time, tmpfiles[0]) -- GitLab