We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc6b961 + 15404fd commit 2afe12fCopy full SHA for 2afe12f
activesupport/test/file_update_checker_test.rb
@@ -86,7 +86,7 @@ def test_should_not_block_if_a_strange_filename_used
86
FileUtils.touch(FILES.map { |file_name| "tmp_watcher/valid,yetstrange,path,/#{file_name}" } )
87
88
test = Thread.new do
89
- checker = ActiveSupport::FileUpdateChecker.new([],"tmp_watcher/valid,yetstrange,path," => :txt){ i += 1 }
+ ActiveSupport::FileUpdateChecker.new([],"tmp_watcher/valid,yetstrange,path," => :txt){ i += 1 }
90
Thread.exit
91
end
92
test.priority = -1
0 commit comments