Sha256: d4b79cbf5e4ab5b321972bc6fd532fdb71c52fff1c5e48790a711aefeb428964
Contents?: true
Size: 370 Bytes
Versions: 2
Compression:
Stored size: 370 Bytes
Contents
group :red_green_refactor, halt_on_fail: true do guard 'rspec', cmd: 'bundle exec rspec' do watch('spec/spec_helper.rb') { 'spec' } watch(%r{^spec/(.+)_spec\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } # locales watch(%r{^config/locales/.*yml}) { |m| "spec/i18n_spec.rb" } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
post_clerk-0.6 | Guardfile |
post_clerk-0.5 | Guardfile |