Sha256: 0ab51615eb1d96ca1fb6c314c8e7fa0b808979c0121dce647a79b2373dba4f75

Contents?: true

Size: 198 Bytes

Versions: 24

Compression:

Stored size: 198 Bytes

Contents

guard 'rspec', :cli => '--color', :version => 2 do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }

end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
eventus-0.6.7 Guardfile
eventus-0.6.6 Guardfile
eventus-0.6.5 Guardfile
eventus-0.6.4 Guardfile
eventus-0.6.3 Guardfile
eventus-0.6.2 Guardfile
eventus-0.6.1 Guardfile
eventus-0.6.0 Guardfile
eventus-0.5.1 Guardfile
eventus-0.5.0 Guardfile
eventus-0.4.3 Guardfile
eventus-0.4.2 Guardfile
eventus-0.4.1 Guardfile
eventus-0.4.0 Guardfile
eventus-0.3.9 Guardfile
eventus-0.3.8 Guardfile
eventus-0.3.7 Guardfile
eventus-0.3.6 Guardfile
eventus-0.3.5 Guardfile
eventus-0.3.4 Guardfile