mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
allow watcher to re-trigger specs on markdown change
This commit is contained in:
parent
5c89a37ceb
commit
e9fcd348f2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue