Sha256: bbfebc5752ef574865a5d8a244eddab693cd7e3bc5c9fa956f406c1a249bd458

Contents?: true

Size: 229 Bytes

Versions: 12

Compression:

Stored size: 229 Bytes

Contents

# ~*~ encoding: utf-8 ~*~
guard 'minitest' do
  # with Minitest::Unit
  watch(%r|^test/(.*)\/?test_(.*)\.rb|)
  watch(%r|^lib/(.*/)?([^/]+)\.rb|)     { |m| "test/test_#{m[2]}.rb" }
  watch(%r|^test/helper\.rb|)    { "test" }
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gollum-lib-6.0-java Guardfile
gollum-lib-6.0 Guardfile
gollum-lib-5.2.4-java Guardfile
gollum-lib-5.2.4 Guardfile
gollum-lib-5.2.3-java Guardfile
gollum-lib-5.2.3 Guardfile
gollum-lib-5.2.2-java Guardfile
gollum-lib-5.2.2 Guardfile
gollum-lib-5.2.1-java Guardfile
gollum-lib-5.2.1 Guardfile
gollum-lib-5.2-java Guardfile
gollum-lib-5.2 Guardfile