mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
a88de1f87e
I keep wanting to write this, so let's just change it.
5 lines
187 B
Ruby
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
|