Sha256: 260da9a65e772f6e9261288a81eaf7b612de806179d4c2d83c44c2879d93fccc

Contents?: true

Size: 211 Bytes

Versions: 5

Compression:

Stored size: 211 Bytes

Contents

guard 'rspec', cli: '--format Fuubar --color', all_after_pass: false do
  watch(%r{^spec/.+_spec\.rb})
  watch(%r{^lib/(.+)\.rb})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb') { "spec" }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lelylan-rb-0.1.0 Guardfile
lelylan-rb-0.0.5 Guardfile
lelylan-rb-0.0.4 Guardfile
lelylan-rb-0.0.3 Guardfile
lelylan-rb-0.0.2 Guardfile