mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 10:57:04 +08:00
improve plugin autospec watcher
This commit is contained in:
parent
dbfd43c854
commit
8eb00984ea
|
@ -23,6 +23,7 @@ module Autospec
|
|||
watch(%r{^plugins/.*/discourse-markdown/.*\.js\.es6$}) { "spec/components/pretty_text_spec.rb" }
|
||||
|
||||
watch(%r{^plugins/.*/spec/.*\.rb})
|
||||
watch(%r{^(plugins/.*)/lib/(.*)\.rb}) { |m| "#{m[1]}/spec/lib/#{m[2]}_spec.rb" }
|
||||
|
||||
RELOADERS = Set.new
|
||||
def self.reload(pattern); RELOADERS << pattern; end
|
||||
|
|
Loading…
Reference in New Issue
Block a user