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
microformats2-2.0.0.pre2 Guardfile
microformats2-2.0.0.pre1 Guardfile