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-2.2.0 Guardfile
prometheus_exporter-2.1.1 Guardfile
prometheus_exporter-2.1.0 Guardfile
prometheus_exporter-2.0.8 Guardfile
prometheus_exporter-2.0.7 Guardfile
prometheus_exporter-2.0.6 Guardfile
prometheus_exporter-2.0.5 Guardfile
prometheus_exporter-2.0.4 Guardfile
prometheus_exporter-2.0.3 Guardfile
prometheus_exporter-2.0.2 Guardfile
prometheus_exporter-2.0.1 Guardfile
prometheus_exporter-2.0.0 Guardfile
prometheus_exporter-1.0.1 Guardfile
prometheus_exporter-1.0.0 Guardfile
prometheus_exporter-0.8.1 Guardfile
prometheus_exporter-0.8.0 Guardfile
prometheus_exporter-0.7.0 Guardfile
prometheus_exporter-0.6.0 Guardfile
prometheus_exporter-0.5.3 Guardfile
prometheus_exporter-0.5.2 Guardfile