diff options
| author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-04-13 01:32:24 -0300 |
|---|---|---|
| committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-04-13 01:32:24 -0300 |
| commit | 2b92069a4985ea21ba12ca726eb15b2daa7bd162 (patch) | |
| tree | af68d1efccec5f187d5991274ef721a9285a274d | |
| parent | ff9b38a7b556d103f94ab84aab237406a72dd61a (diff) | |
| download | rails-2b92069a4985ea21ba12ca726eb15b2daa7bd162.tar.gz rails-2b92069a4985ea21ba12ca726eb15b2daa7bd162.tar.bz2 rails-2b92069a4985ea21ba12ca726eb15b2daa7bd162.zip | |
Remove unused variable
| -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]) |
