Sha256: 066319fc32869d842ff4c4fdfbd2bedf0f491694d32831fcd5cbd87aca287289

Contents?: true

Size: 163 Bytes

Versions: 22

Compression:

Stored size: 163 Bytes

Contents

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

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
microformats-4.0.7 Guardfile
microformats-4.0.6 Guardfile
microformats-4.0.5 Guardfile
microformats-4.0.4 Guardfile
microformats-4.0.3 Guardfile
microformats-4.0.2 Guardfile
microformats-4.0.1 Guardfile
microformats-4.0.0 Guardfile
microformats2-3.1.0 Guardfile
microformats2-3.0.1 Guardfile
microformats2-3.0.0 Guardfile
microformats2-2.9.0 Guardfile
microformats2-2.1.0 Guardfile
microformats2-2.0.3 Guardfile
microformats2-2.0.2 Guardfile
microformats2-2.0.1 Guardfile
microformats2-2.0.0 Guardfile
microformats2-2.0.0.pre5 Guardfile
microformats2-2.0.0.pre4 Guardfile
microformats2-2.0.0.pre3 Guardfile