Sha256: ecf52a1df30149866ff6207e7c0a3ae17a04fa954dcb66d3f01adaf0787e25a1

Contents?: true

Size: 212 Bytes

Versions: 3

Compression:

Stored size: 212 Bytes

Contents

guard 'rspec', cli: '--format documentation', all_on_start: false 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

3 entries across 3 versions & 1 rubygems

Version Path
adhearsion-stats-0.0.3 Guardfile
adhearsion-stats-0.0.2 Guardfile
adhearsion-stats-0.0.1 Guardfile