Sha256: 2434207e9ba0332d88e951e174abeb350d0ae372f11366bb73f57580a5beced7

Contents?: true

Size: 230 Bytes

Versions: 12

Compression:

Stored size: 230 Bytes

Contents

guard :rspec do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch(%r{^lib/**/(.+)\.rb$})  { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
table_importer-0.2.5 Guardfile
table_importer-0.2.4 Guardfile
table_importer-0.2.3 Guardfile
table_importer-0.2.2 Guardfile
table_importer-0.2.1 Guardfile
table_importer-0.1.1 Guardfile
table_importer-0.1.0 Guardfile
table_importer-0.0.10 Guardfile
table_importer-0.0.9 Guardfile
table_importer-0.0.8 Guardfile
table_importer-0.0.7 Guardfile
table_importer-0.0.6 Guardfile