Sha256: 59504f83e09124b82662cf90e30e648f895f70f0d05535c8e5e8f9547e4cbafa

Contents?: true

Size: 232 Bytes

Versions: 11

Compression:

Stored size: 232 Bytes

Contents

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

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
lock_jar-0.15.2 Guardfile
lock_jar-0.15.1 Guardfile
lock_jar-0.15.0 Guardfile
lock_jar-0.14.7 Guardfile
lock_jar-0.14.6 Guardfile
lock_jar-0.14.5 Guardfile
lock_jar-0.14.4 Guardfile
lock_jar-0.14.3 Guardfile
lock_jar-0.14.2 Guardfile
lock_jar-0.14.1 Guardfile
lock_jar-0.14.0 Guardfile