Sha256: 9add9f870b7b29c9f587c37bd3a6f48a029b5b70520524b9b0723cdbc38e2aac

Contents?: true

Size: 211 Bytes

Versions: 18

Compression:

Stored size: 211 Bytes

Contents

# vim: ft=ruby

guard :minitest 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

18 entries across 18 versions & 2 rubygems

Version Path
conoha-0.11.0 Guardfile
conoha-0.10.0 Guardfile
conoha-0.9.10 Guardfile
conoha-0.9.9 Guardfile
conoha-0.9.8 Guardfile
conoha-0.9.7 Guardfile
conoha-0.9.6 Guardfile
conoha-0.9.5 Guardfile
conoha-0.9.4 Guardfile
conoha-0.9.3 Guardfile
conoha-0.9.2 Guardfile
conoha-0.9.1 Guardfile
conoha-0.9.0 Guardfile
conoha-0.8.1 Guardfile
conoha-0.8.0 Guardfile
conoha-0.7.2 Guardfile
nth_week_with_rules-1.0.0 Guardfile
nth_week_with_rules-1.0.0.rc1 Guardfile