Sha256: 73f6bd2eba5c98dd8f50f302916bb125fa2036100a09cf8b78161c1fafdbe066

Contents?: true

Size: 334 Bytes

Versions: 1

Compression:

Stored size: 334 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
  # Uncomment next line if Gemfile contain `gemspec' command
  # watch(/^.+\.gemspec/)
end

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
layou2-0.1.1 Guardfile