Sha256: 86b8d4ddf24d23ea03c58376803e3ad52313a7108f5574a19642f1ef093c774f

Contents?: true

Size: 172 Bytes

Versions: 9

Compression:

Stored size: 172 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rgraph-0.1.1 Guardfile
rgraph-0.0.15 Guardfile
rgraph-0.0.14 Guardfile
rgraph-0.0.13 Guardfile
rgraph-0.0.12 Guardfile
rgraph-0.0.11 Guardfile
rgraph-0.0.10 Guardfile
rgraph-0.0.9 Guardfile
rgraph-0.0.8 Guardfile