Sha256: 8db58365bf7f31c048bda3c86a5a3530f1235199f8550f10327be6138127789d

Contents?: true

Size: 158 Bytes

Versions: 9

Compression:

Stored size: 158 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
as_dialed_from-0.2.4 Guardfile
as_dialed_from-0.2.3 Guardfile
as_dialed_from-0.2.2 Guardfile
as_dialed_from-0.2.1 Guardfile
as_dialed_from-0.2.0 Guardfile
as_dialed_from-0.1.4 Guardfile
as_dialed_from-0.1.3 Guardfile
as_dialed_from-0.1.2 Guardfile
as_dialed_from-0.1.1 Guardfile