Sha256: a37d2b2f0d7c91107037ba444622f053f25a5dbf8761e384c1943160ba1a61e8

Contents?: true

Size: 163 Bytes

Versions: 16

Compression:

Stored size: 163 Bytes

Contents

guard 'rspec' 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

16 entries across 16 versions & 1 rubygems

Version Path
pump-0.6.6 Guardfile
pump-0.6.5 Guardfile
pump-0.6.4 Guardfile
pump-0.6.3 Guardfile
pump-0.6.2 Guardfile
pump-0.6.1 Guardfile
pump-0.6.0 Guardfile
pump-0.5.1 Guardfile
pump-0.5.0 Guardfile
pump-0.4.0 Guardfile
pump-0.3.0 Guardfile
pump-0.2.0 Guardfile
pump-0.1.0 Guardfile
pump-0.0.5 Guardfile
pump-0.0.4 Guardfile
pump-0.0.3 Guardfile