File: Guardfile

package info (click to toggle)
ruby-jquery-turbolinks 2.1.0~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 152 kB
  • ctags: 5
  • sloc: ruby: 10; makefile: 8
file content (3 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
guard :rake, task: 'test', notification: false do
  watch(/^(src|spec)\/(.+)\.coffee$/)
end