Sha256: a1d7090994e03f0938f1ec272cf6a2ac43be147ed7302e56b10a3780f8578ac5
Contents?: true
Size: 745 Bytes
Versions: 4
Compression:
Stored size: 745 Bytes
Contents
guard 'rspec', :cli => '--color --format doc' do watch('spec/spec_helper.rb') { "spec" } watch('config/routes.rb') { "spec/routing" } watch('app/controllers/application_controller.rb') { "spec/controllers" } watch(%r{^spec/.+_spec\.rb$}) watch(%r{^app/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^app/(.*)(\.erb|\.haml)$}) { |m| "spec/#{m[1]}#{m[2]}_spec.rb" } watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch(%r{^app/controllers/(.+)_(controller)\.rb$}) { |m| ["spec/routing/#{m[1]}_routing_spec.rb", "spec/#{m[2]}s/#{m[1]}_#{m[2]}_spec.rb", "spec/acceptance/#{m[1]}_spec.rb"] } end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
solidus_product_feed-1.0.0 | Guardfile |
solidus_product_feed-0.1.0 | Guardfile |
spree_html_email-0.70.2 | Guardfile |
spree_html_email-0.70.1 | Guardfile |