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.5.2 Guardfile
theme-check-1.5.1 Guardfile
theme-check-1.5.0 Guardfile
theme-check-1.4.0 Guardfile
theme-check-1.3.0 Guardfile
theme-check-1.2.0 Guardfile
theme-check-1.1.0 Guardfile
theme-check-1.0.0 Guardfile
theme-check-0.10.2 Guardfile
theme-check-0.10.1 Guardfile
theme-check-0.10.0 Guardfile
theme-check-0.9.1 Guardfile
theme-check-0.9.0 Guardfile
theme-check-0.8.3 Guardfile
theme-check-0.8.2 Guardfile
theme-check-0.8.1 Guardfile
theme-check-0.8.0 Guardfile
theme-check-0.7.3 Guardfile
theme-check-0.7.2 Guardfile
theme-check-0.7.1 Guardfile