File: Guardfile

package info (click to toggle)
ruby-serverspec 2.42.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 980 kB
  • sloc: ruby: 4,835; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (6)
1
2
3
4
guard :rspec do
  watch(%r{^spec/.+/.+_spec\.rb$})
  watch('spec/spec_helper.rb')  { "spec" }
end