Sha256: 30efe8208b3525f814e81bf7a5691468e1a98869eb1a290c99fe6111d497d08d

Contents?: true

Size: 260 Bytes

Versions: 300

Compression:

Stored size: 260 Bytes

Contents

guard :minitest do
  # with Minitest::Unit
  watch(%r{^test/(.*)\/?test_(.*)\.rb$})
  watch(%r{^test/(.*)\/?(.*)_test\.rb$})
  watch(%r{^lib/(.*/)?([^/]+)\.rb$})     { |m| "test/#{m[1]}test_#{m[2]}.rb" }
  watch(%r{^test/test_helper\.rb$})      { 'test' }
end

Version data entries

300 entries across 300 versions & 2 rubygems

Version Path
access-2.0.22 Guardfile
access-2.0.21 Guardfile
access-2.0.20 Guardfile
access-2.0.19 Guardfile
access-2.0.18 Guardfile
access-2.0.17 Guardfile
access-2.0.15 Guardfile
access-2.0.14 Guardfile
access-2.0.13 Guardfile
access-2.0.11 Guardfile
access-2.0.10 Guardfile
access-2.0.9 Guardfile
access-2.0.8 Guardfile
access-2.0.7 Guardfile
access-2.0.5 Guardfile
access-2.0.4 Guardfile
access-2.0.3 Guardfile
access-2.0.2 Guardfile
access-2.0.1 Guardfile
access-2.0.0 Guardfile