Sha256: 1ff273361b2c5889f68bf678605f0c84c21553b67df682846493b5049fdba60f

Contents?: true

Size: 200 Bytes

Versions: 8

Compression:

Stored size: 200 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
formotion-1.8 Guardfile
formotion-1.7 Guardfile
formotion-1.6 Guardfile
formotion-1.5.1 Guardfile
formotion-1.5.0 Guardfile
formotion-1.4.0 Guardfile
formotion-1.3.1 Guardfile
formotion-1.3 Guardfile