diff options
-rw-r--r-- | activesupport/test/file_evented_update_checker_test.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/test/file_evented_update_checker_test.rb b/activesupport/test/file_evented_update_checker_test.rb index 727b99958e..a720b912d0 100644 --- a/activesupport/test/file_evented_update_checker_test.rb +++ b/activesupport/test/file_evented_update_checker_test.rb @@ -10,6 +10,11 @@ class FileEventedUpdateCheckerTest < ActiveSupport::TestCase def build_new_watcher(files, dirs={}, &block) ActiveSupport::FileEventedUpdateChecker.new(files, dirs, &block) end + + def teardown + super + Listen.stop + end end class FileEventedUpdateCheckerPathHelperTest < ActiveSupport::TestCase |