mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
6 lines
187 B
Text
6 lines
187 B
Text
|
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
|