提交 2b6557e7 编写于 作者: R Rafael França

Merge pull request #22469 from merhard/fix_custom_file_loader_test

Fix failing test using custom file watcher
......@@ -169,6 +169,8 @@ def self.counter; 2; end
config.file_watcher = Class.new do
def initialize(*); end
def updated?; false; end
def execute; end
def execute_if_updated; false; end
end
RUBY
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册