Sha256: 1f97db9a0c66efd5203cdde200fc95423c754f827169c4874b546660b1d07391
Contents?: true
Size: 673 Bytes
Versions: 2
Compression:
Stored size: 673 Bytes
Contents
guard 'rspec', cmd: 'bundle exec rspec', all_on_start: false, all_after_pass: false do watch('spec/spec_helper.rb') { 'spec' } watch('config/routes.rb') { 'spec/controllers' } watch(%r{^spec/(.+)_spec\.rb$}) { |m| "spec/#{m[1]}_spec.rb"} watch(%r{^app/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^app/(.*)(\.erb)$}) { |m| "spec/#{m[1]}#{m[2]}_spec.rb" } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^app/controllers/(.+)_(controller)\.rb$}) { |m| "spec/#{m[2]}s/#{m[1]}_#{m[2]}_spec.rb" } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree-print-invoice-2.2.0 | Guardfile |
spree-print-invoice-2.1.0 | Guardfile |