1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/docs.watchr
Elliot Winkler a88de1f87e Rename yard.watchr to docs.watchr
I keep wanting to write this, so let's just change it.
2014-06-21 20:04:17 -06:00

5 lines
187 B
Ruby

watch('README.md') { system('bundle exec yard doc') }
watch('doc_config/yard/.*') { system('bundle exec yard doc') }
watch('lib/.*\.rb') { system('bundle exec yard doc') }
# vi: ft=ruby