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

6 lines
187 B
Text
Raw Normal View History

2014-06-20 00:44:06 -04:00
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