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: Remove unused variable --- activesupport/test/file_update_checker_shared_tests.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/test') 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]) -- cgit v1.2.3