Sha256: 874dee67bdced08e07a865084c26d2275fb1a6d400945f418db9203edb7a4383

Contents?: true

Size: 240 Bytes

Versions: 25

Compression:

Stored size: 240 Bytes

Contents

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

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
prometheus_exporter-0.1.4 Guardfile
prometheus_exporter-0.1.3 Guardfile
prometheus_exporter-0.1.2 Guardfile
prometheus_exporter-0.1.1 Guardfile
prometheus_exporter-0.1.0 Guardfile