aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/file_update_checker_shared_tests.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-04-13 01:32:24 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-04-13 01:32:24 -0300
commit2b92069a4985ea21ba12ca726eb15b2daa7bd162 (patch)
treeaf68d1efccec5f187d5991274ef721a9285a274d /activesupport/test/file_update_checker_shared_tests.rb
parentff9b38a7b556d103f94ab84aab237406a72dd61a (diff)
downloadrails-2b92069a4985ea21ba12ca726eb15b2daa7bd162.tar.gz
rails-2b92069a4985ea21ba12ca726eb15b2daa7bd162.tar.bz2
rails-2b92069a4985ea21ba12ca726eb15b2daa7bd162.zip
Remove unused variable
Diffstat (limited to 'activesupport/test/file_update_checker_shared_tests.rb')
-rw-r--r--activesupport/test/file_update_checker_shared_tests.rb1
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])