Sha256: 0b2125b566c25ad7aad38818ebdae24c7633593d7b0c4ec094a9ef1979d8ec16

Contents?: true

Size: 262 Bytes

Versions: 6

Compression:

Stored size: 262 Bytes

Contents

# frozen_string_literal: true

guard :minitest do
  watch(%r{\Atest/(.*)/?(.*)test\.rb\Z}) { 'test' }
  watch(%r{\Alib/(.*/)?([^/]+)\.rb\Z})   { 'test' }
  watch(%r{\Abin/fd\Z})                  { 'test' }
  watch(%r{\Atest/test_helper\.rb\Z})    { 'test' }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fd-1.0.0 Guardfile
fd-0.6.0 Guardfile
fd-0.5.0 Guardfile
fd-0.4.0 Guardfile
fd-0.3.1 Guardfile
fd-0.3.0 Guardfile