allow watcher to re-trigger specs on markdown change

This commit is contained in:
Sam 2017-06-30 12:16:20 -04:00
parent 5c89a37ceb
commit e9fcd348f2

View File

@ -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})