Sha256: bbb2fdced3c16b865dbe49aaec8b785d47b725cda9749e7825e2dcf2cb582794

Contents?: true

Size: 174 Bytes

Versions: 5

Compression:

Stored size: 174 Bytes

Contents

guard :rspec, cmd: "rspec -fd" 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

5 entries across 5 versions & 1 rubygems

Version Path
mtrack-1.0.1 Guardfile
mtrack-1.0.0 Guardfile
mtrack-0.0.6 Guardfile
mtrack-0.0.5 Guardfile
mtrack-0.0.4 Guardfile