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.4.2 Guardfile
prometheus_exporter-0.4.1 Guardfile
prometheus_exporter-0.4.0 Guardfile
prometheus_exporter-0.3.4 Guardfile
prometheus_exporter-0.3.3 Guardfile
prometheus_exporter-0.3.1 Guardfile
prometheus_exporter-0.3.0 Guardfile
prometheus_exporter-0.2.0 Guardfile
prometheus_exporter-0.1.16 Guardfile
prometheus_exporter-0.1.15 Guardfile
prometheus_exporter-0.1.14 Guardfile
prometheus_exporter-0.1.13 Guardfile
prometheus_exporter-0.1.12 Guardfile
prometheus_exporter-0.1.11 Guardfile
prometheus_exporter-0.1.10 Guardfile
prometheus_exporter-0.1.9 Guardfile
prometheus_exporter-0.1.8 Guardfile
prometheus_exporter-0.1.7 Guardfile
prometheus_exporter-0.1.6 Guardfile
prometheus_exporter-0.1.5 Guardfile