Sha256: e962dacc26cb4a3352f719a1f6736d29523cbefcf5471a32b40ceec9915e899e

Contents?: true

Size: 639 Bytes

Versions: 79

Compression:

Stored size: 639 Bytes

Contents

notification :off

guard 'spork' do
  watch('Gemfile')
  watch('spec/spec_helper.rb')     { :rspec }
  watch(%r{^spec/support/.+\.rb$}) { :rspec }
end

guard 'yard', stdout: '/dev/null', stderr: '/dev/null' do
  watch(%r{app/.+\.rb})
  watch(%r{lib/.+\.rb})
  watch(%r{ext/.+\.c})
end

guard 'rspec', cli: "--color --drb --format Fuubar", all_on_start: false, all_after_pass: false do
  watch(%r{^spec/unit/.+_spec\.rb$})
  watch(%r{^spec/acceptance/.+_spec\.rb$})

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

Version data entries

79 entries across 79 versions & 2 rubygems

Version Path
ridley-5.1.1 Guardfile
ridley-5.1.0 Guardfile
ridley-5.0.0 Guardfile
ridley-4.6.1 Guardfile
ridley-4.6.0 Guardfile
ridley-4.5.1 Guardfile
ridley-4.5.0 Guardfile
ridley-4.4.3 Guardfile
ridley-4.4.2 Guardfile
ridley-4.4.1 Guardfile
ridley-4.4.0 Guardfile
ridley-4.3.2 Guardfile
ridley-4.3.1 Guardfile
ridley-4.3.0 Guardfile
ridley-4.2.0 Guardfile
ridley-4.1.2 Guardfile
ridley-4.1.1 Guardfile
ridley-4.1.0 Guardfile
ridley-4.0.0 Guardfile
ridley-3.1.0 Guardfile