Sha256: 40b9a4643405dd0d5019a3e577ec77a071ea5d29a6f3d904f551ab3f16a87459

Contents?: true

Size: 216 Bytes

Versions: 8

Compression:

Stored size: 216 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
cellular-1.3.0 Guardfile
waddup-0.2.2 Guardfile
cellular-1.2.0 Guardfile
cellular-1.1.0 Guardfile
waddup-0.2.1 Guardfile
waddup-0.2.0 Guardfile
waddup-0.1.0 Guardfile
waddup-0.0.2 Guardfile