Sha256: eb0c8a4eacdc9cc33973c68080056c96dfee03e8c9e28517d07f3358975acaee

Contents?: true

Size: 211 Bytes

Versions: 4

Compression:

Stored size: 211 Bytes

Contents

guard 'rspec', cli: '--format documentation', all_on_start: true do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec/" }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
matrioska-0.3.0 Guardfile
matrioska-0.2.1 Guardfile
matrioska-0.2.0 Guardfile
matrioska-0.1.0 Guardfile