Sha256: a8ba7504d53e8d095fe0ebf8bbce154f3fb59739f9e186f2bd5ea0f83e1e427f
Contents?: true
Size: 465 Bytes
Versions: 8
Compression:
Stored size: 465 Bytes
Contents
guard 'rspec', cmd: 'bundle exec rspec', all_on_start: true do watch('spec/spec_helper.rb') { 'spec' } watch('config/routes.rb') { 'spec/routing' } watch(%r{^spec/(.+)_spec\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^app/(.+)_decorator\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^(app|lib)/(.+)(\.rb|\.erb)$}) { |m| "spec/#{m[2]}_spec.rb" } watch(%r{^config/locales/(.+)\.yml$}) { 'spec/translations' } end
Version data entries
8 entries across 8 versions & 1 rubygems