Sha256: 6e4b33e9dce48bfa957d79642c1bc20d596203dde88c7b63cbd2c67cf121ff79

Contents?: true

Size: 239 Bytes

Versions: 8

Compression:

Stored size: 239 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

8 entries across 8 versions & 1 rubygems

Version Path
prometheus_exporter-0.4.10 Guardfile
prometheus_exporter-0.4.9 Guardfile
prometheus_exporter-0.4.8 Guardfile
prometheus_exporter-0.4.7 Guardfile
prometheus_exporter-0.4.6 Guardfile
prometheus_exporter-0.4.5 Guardfile
prometheus_exporter-0.4.4 Guardfile
prometheus_exporter-0.4.3 Guardfile