Sha256: 046cbeee438b6e431c6fc8477f657dce05be4c94365001c280a5217a94d27fa7

Contents?: true

Size: 270 Bytes

Versions: 29

Compression:

Stored size: 270 Bytes

Contents

# frozen_string_literal: true

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

29 entries across 29 versions & 1 rubygems

Version Path
prometheus_exporter-0.5.1 Guardfile
prometheus_exporter-0.5.0 Guardfile
prometheus_exporter-0.4.17 Guardfile
prometheus_exporter-0.4.16 Guardfile
prometheus_exporter-0.4.15 Guardfile
prometheus_exporter-0.4.14 Guardfile
prometheus_exporter-0.4.13 Guardfile
prometheus_exporter-0.4.12 Guardfile
prometheus_exporter-0.4.11 Guardfile