Sha256: 5895f8d93a504b7beec868d0c8621c92fbae89500ca68f56c742045c48b49a31

Contents?: true

Size: 205 Bytes

Versions: 53

Compression:

Stored size: 205 Bytes

Contents

# frozen_string_literal: true

guard :minitest do
  watch(%r{^test/(.*)_test.rb$})
  watch(%r{^lib/theme_check/(.*)\.rb$}) { |m| "test/#{m[1]}_test.rb" }
  watch(%r{^test/test_helper\.rb$}) { 'test' }
end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
theme-check-1.15.0 Guardfile
theme-check-1.14.0 Guardfile
theme-check-1.13.0 Guardfile
theme-check-1.12.1 Guardfile
theme-check-1.12.0 Guardfile
theme-check-1.11.0 Guardfile
theme-check-1.10.3 Guardfile
theme-check-1.10.2 Guardfile
theme-check-1.10.1 Guardfile
theme-check-1.10.0 Guardfile
theme-check-1.9.2 Guardfile
theme-check-1.9.1 Guardfile
theme-check-1.9.0 Guardfile
theme-check-1.8.0 Guardfile
theme-check-1.7.2 Guardfile
theme-check-1.7.1 Guardfile
theme-check-1.7.0 Guardfile
theme-check-1.6.2 Guardfile
theme-check-1.6.1 Guardfile
theme-check-1.6.0 Guardfile