Sha256: b86b5bfbefbf56e7b7d437edda4a88e95aef4f9aff2b8369c28350ef42770ae7

Contents?: true

Size: 311 Bytes

Versions: 68

Compression:

Stored size: 311 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
zold-0.29.21 Guardfile
zold-0.29.20 Guardfile
zold-0.26.19 Guardfile
zold-0.26.18 Guardfile
zold-0.26.17 Guardfile
zold-0.26.16 Guardfile
zold-0.26.15 Guardfile
zold-0.26.14 Guardfile
zold-0.26.13 Guardfile
zold-0.26.12 Guardfile
zold-0.26.11 Guardfile
zold-0.26.10 Guardfile
zold-0.26.9 Guardfile
zold-0.26.8 Guardfile
zold-0.26.7 Guardfile
zold-0.24.6 Guardfile
zold-0.24.5 Guardfile
zold-0.24.4 Guardfile
zold-0.24.3 Guardfile
zold-0.24.2 Guardfile