Sha256: 9bf346729d47569c8b75464acd4074df6db4cf1b02c239c4ca8ab3be4ae1726a

Contents?: true

Size: 622 Bytes

Versions: 4

Compression:

Stored size: 622 Bytes

Contents

guard "rspec", cmd: "bundle exec rspec" do
  watch("spec/spec_helper.rb")                        { "spec" }
  watch("config/routes.rb")                           { "spec/controllers" }
  watch("app/controllers/application_controller.rb")  { "spec/controllers" }
  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{^app/controllers/(.+)_(controller)\.rb$})  { |m| "spec/#{m[2]}s/#{m[1]}_#{m[2]}_spec.rb" }
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
solidus_static_content-2.0.0 Guardfile
solidus_static_content-1.0.0 Guardfile
jiffyshirts_spree_reviews-2.3.1.2 Guardfile
jiffyshirts_spree_reviews-2.3.1.1 Guardfile