Sha256: ee516f50e7cf1b3853564105ed73dbf62cf677e258236cddaf64bc566ed3885e

Contents?: true

Size: 287 Bytes

Versions: 4

Compression:

Stored size: 287 Bytes

Contents

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

guard :test, :test_paths => ['test/unit'] do
  watch(%r{^lib/(.+)\.rb$}){|m| "test/#{m[1]}_test.rb"}
  watch(%r{^test/unit/test_(.+)\.rb$})
  watch('test/test_helper.rb'){"test"}
  watch('test/helpers/**/*'){"test"}
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
twmail-0.0.6 Guardfile
twmail-0.0.5 Guardfile
twmail-0.0.4 Guardfile
twmail-0.0.3 Guardfile