Sha256: ba89be813ff938ccf50403a2d919d44ea53f26dc7801f2f2c322b9b515f7d3c7
Contents?: true
Size: 392 Bytes
Versions: 2
Compression:
Stored size: 392 Bytes
Contents
guard :rspec do watch(%r{^spec/unit/.+_spec\.rb$}) watch(%r{^spec/integration/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/unit/lib/#{m[1]}_spec.rb" } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/integration/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end guard :rubocop, all_on_start: false do watch(%r{^spec/.+\.rb$}) watch(%r{^lib/.+\.rb$}) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chemistrykit-3.10.1 | Guardfile |
chemistrykit-3.10.0 | Guardfile |