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.62 Guardfile
totally_lazy-0.1.61 Guardfile
totally_lazy-0.1.60 Guardfile
totally_lazy-0.1.59 Guardfile
totally_lazy-0.1.58 Guardfile
totally_lazy-0.1.57 Guardfile
totally_lazy-0.1.56 Guardfile
totally_lazy-0.1.55 Guardfile
totally_lazy-0.1.54 Guardfile
totally_lazy-0.1.53 Guardfile
totally_lazy-0.1.52 Guardfile
totally_lazy-0.1.51 Guardfile
totally_lazy-0.1.50 Guardfile
totally_lazy-0.1.49 Guardfile
totally_lazy-0.1.48 Guardfile
totally_lazy-0.1.47 Guardfile
totally_lazy-0.1.46 Guardfile
totally_lazy-0.1.45 Guardfile
totally_lazy-0.1.44 Guardfile
totally_lazy-0.1.43 Guardfile