Sha256: 1b27f4495ff936acb9b9ea4d70b503da97d9b5025d8522902418f1c8ba24fc93

Contents?: true

Size: 187 Bytes

Versions: 17

Compression:

Stored size: 187 Bytes

Contents

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
percheron-0.7.16 Guardfile
percheron-0.7.15 Guardfile
percheron-0.7.14 Guardfile
percheron-0.7.13 Guardfile
percheron-0.7.12 Guardfile
percheron-0.7.11 Guardfile
percheron-0.7.10 Guardfile
percheron-0.7.9 Guardfile
percheron-0.7.8 Guardfile
percheron-0.7.7 Guardfile
percheron-0.7.6 Guardfile
percheron-0.7.5 Guardfile
percheron-0.7.4 Guardfile
percheron-0.7.3 Guardfile
percheron-0.7.2 Guardfile
percheron-0.7.1 Guardfile
percheron-0.7.0 Guardfile