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.31.5 Guardfile
zold-0.31.4 Guardfile
zold-0.31.3 Guardfile
zold-0.31.2 Guardfile
zold-0.31.1 Guardfile
zold-0.31.0 Guardfile
zold-0.30.0 Guardfile
zold-0.29.34 Guardfile
zold-0.29.33 Guardfile
zold-0.29.32 Guardfile
zold-0.29.31 Guardfile
zold-0.29.30 Guardfile
zold-0.29.29 Guardfile
zold-0.29.28 Guardfile
zold-0.29.27 Guardfile
zold-0.29.26 Guardfile
zold-0.29.25 Guardfile
zold-0.29.24 Guardfile
zold-0.29.23 Guardfile
zold-0.29.22 Guardfile