Sha256: 413d07acdfd8e4e9b0bda81e21ba17052b3bf377d5a522fa89f95430b9d6ffd2

Contents?: true

Size: 681 Bytes

Versions: 33

Compression:

Stored size: 681 Bytes

Contents

guard "rspec", cmd: "bundle exec rspec", all_after_pass: false, all_on_start: 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

33 entries across 33 versions & 2 rubygems

Version Path
spree_gateway-3.6.0 Guardfile
spree_gateway-3.4.1 Guardfile
spree_gateway-3.4.0 Guardfile
spree_gateway-3.3.3 Guardfile
spree_gateway-3.3.2 Guardfile
spree_gateway-3.3.0 Guardfile
spree_gateway-3.3.0.rc2 Guardfile
spree_gateway-3.3.0.rc1 Guardfile
spree_gateway-3.2.0 Guardfile
spree_gateway-3.2.0.beta Guardfile
spree_gateway-3.1.0 Guardfile
spree_gateway-3.0.0 Guardfile
spree_gateway-2.2.1 Guardfile