Sha256: 7c2e5ef61ab2f3ebc2d171d9815665b149500cf1a4f36818ebc037cb9ee576a9

Contents?: true

Size: 242 Bytes

Versions: 4

Compression:

Stored size: 242 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pups-1.2.1 Guardfile
pups-1.2.0 Guardfile
pups-1.1.1 Guardfile
pups-1.1.0 Guardfile