Sha256: 184ecef3d12c3a634ecd404a54244548e31092b95ef4fbcb44140c6e39b6c906

Contents?: true

Size: 360 Bytes

Versions: 4

Compression:

Stored size: 360 Bytes

Contents

guard :rspec,
  :cmd => 'bin/rspec',
  :run_all => {:cmd => 'bin/rspec --format documentation --profile'},
  :all_after_pass => false,
  :all_on_start => false,
  :failed_mode => :focus do

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ffmprb-0.7.0 Guardfile
ffmprb-0.6.9 Guardfile
ffmprb-0.6.7 Guardfile
ffmprb-0.6.6 Guardfile