Sha256: ad2297bc894a3174ec95d2f513efa2c1f2753429e1b897f186171bcff6ac9b7b
Contents?: true
Size: 172 Bytes
Versions: 6
Compression:
Stored size: 172 Bytes
Contents
guard :rspec do watch(%r{^spec/unit/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/unit/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
chemistrykit-3.7.0 | Guardfile |
chemistrykit-3.6.0 | Guardfile |
chemistrykit-3.5.0 | Guardfile |
chemistrykit-3.4.2 | Guardfile |
chemistrykit-3.4.1 | Guardfile |
chemistrykit-3.4.0 | Guardfile |