Sha256: bf73ef9d7af7313423d962b4a0f484be7151f06e2645fc148f3269f00070d5cc

Contents?: true

Size: 149 Bytes

Versions: 46

Compression:

Stored size: 149 Bytes

Contents

guard :test do
  watch(%r{^lib/(.+)\.rb$}) { |m| "test/#{m[1]}_test.rb" }
  watch(%r{^test/.+_test\.rb$})
  watch('test/helper.rb')  { "test" }
end

Version data entries

46 entries across 46 versions & 5 rubygems

Version Path
airbrake-3.1.1 Guardfile
airbrake-3.1.0 Guardfile
airbrake-3.0.9 Guardfile
airbrake-3.0.8 Guardfile
airbrake-3.0.7 Guardfile
airbrake-3.0.6 Guardfile