mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 03:35:30 +08:00
allow watcher to re-trigger specs on markdown change
This commit is contained in:
parent
5c89a37ceb
commit
e9fcd348f2
@ -20,6 +20,7 @@ module Autospec
|
||||
watch(%r{^spec/fabricators/.+_fabricator\.rb$}) { "spec" }
|
||||
|
||||
watch(%r{^app/assets/javascripts/pretty-text/.*\.js\.es6$}) { "spec/components/pretty_text_spec.rb"}
|
||||
watch(%r{^plugins/.*/discourse-markdown/.*\.js\.es6$}) { "spec/components/pretty_text_spec.rb"}
|
||||
|
||||
watch(%r{^plugins/.*/spec/.*\.rb})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user