Sha256: e842056354a521b1ea112eef96fcfc51fced6b2741ac43f8141b4771402206ca

Contents?: true

Size: 228 Bytes

Versions: 53

Compression:

Stored size: 228 Bytes

Contents

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

guard :rspec, cmd: 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { "spec" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
totally_lazy-0.1.20 Guardfile
totally_lazy-0.1.19 Guardfile
totally_lazy-0.1.18 Guardfile
totally_lazy-0.1.17 Guardfile
totally_lazy-0.1.16 Guardfile
totally_lazy-0.1.15 Guardfile
totally_lazy-0.1.14 Guardfile
totally_lazy-0.1.13 Guardfile
totally_lazy-0.1.12 Guardfile
totally_lazy-0.1.11 Guardfile
totally_lazy-0.1.10 Guardfile
totally_lazy-0.1.9 Guardfile
totally_lazy-0.1.0 Guardfile