Sha256: 211c325b9da2a2802f3e4d74cfb0418f125ffbeedf44426daa5b1e16be59d6a0
Contents?: true
Size: 240 Bytes
Versions: 2
Compression:
Stored size: 240 Bytes
Contents
guard 'rspec', cmd: 'bundle exec rspec', all_on_start: true 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" } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_postal_service-2.2.0 | Guardfile |
spree_postal_service-2.1.0 | Guardfile |