Sha256: 8c1f242c85b34722c2166da04a42f4bb44c690db22d5afb270ba82bd850b62ce

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
  watch(/^.+\.gemspec/)
end

guard 'test' do
  watch(%r|^lib/(.*)\.rb|)                { |m| "test/lib/#{m[1]}_test.rb" }
  watch(%r|^test/(.*)_test.rb|)
  watch(%r|^test/integration/(.*)\.rb|)   { "test" }
  watch(%r|^test/test_helper.rb|)         { "test" }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
link2-0.1.11 Guardfile