Sha256: 9438cde751618633c0af365ad1c88d6c227630339daf0e20812689569ae9eb08

Contents?: true

Size: 261 Bytes

Versions: 7

Compression:

Stored size: 261 Bytes

Contents

# frozen_string_literal: true

clearing :on

guard :minitest, all_after_pass: true do
  watch(%r{^test/(.*)/?(.*)_test\.rb$})
  watch(%r{^lib/(.*/)?([^/]+)\.rb$})     { |m| "test/#{m[1]}test_#{m[2]}.rb" }
  watch(%r{^test/test_helper\.rb$})      { "test" }
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
spiker-0.1.6 Guardfile
spiker-0.1.5 Guardfile
spiker-0.1.4 Guardfile
spiker-0.1.3 Guardfile
spiker-0.1.2 Guardfile
spiker-0.1.1 Guardfile
spiker-0.1.0 Guardfile