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.43 Guardfile
access-2.0.42 Guardfile
access-2.0.41 Guardfile
access-2.0.40 Guardfile
access-2.0.39 Guardfile
access-2.0.38 Guardfile
access-2.0.37 Guardfile
access-2.0.36 Guardfile
access-2.0.34 Guardfile
access-2.0.33 Guardfile
access-2.0.32 Guardfile
access-2.0.31 Guardfile
access-2.0.30 Guardfile
access-2.0.29 Guardfile
access-2.0.28 Guardfile
access-2.0.27 Guardfile
access-2.0.26 Guardfile
access-2.0.25 Guardfile
access-2.0.24 Guardfile
access-2.0.23 Guardfile