Sha256: 853b4d544fca74e1bc4c02827f8e9856d2c62f27f927b89169dc3b90a614fe08

Contents?: true

Size: 383 Bytes

Versions: 24

Compression:

Stored size: 383 Bytes

Contents

guard 'rspec', cmd: 'bundle exec rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec/" }
  watch('spec/functional_spec.rb')  { "spec/" }
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/functional_spec.rb" }
  watch(%r{^app/(.+)\.rb$})     { "spec/" }
  watch(%r{^spec/support}) { 'spec/' }
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
praxis-2.0.pre.5 Guardfile
praxis-2.0.pre.4 Guardfile
praxis-2.0.pre.3 Guardfile
praxis-2.0.pre.2 Guardfile
praxis-2.0.pre.1 Guardfile
praxis-0.22.pre.2 Guardfile
praxis-0.22.pre.1 Guardfile
praxis-0.21 Guardfile
praxis-0.20.1 Guardfile
praxis-0.20.0 Guardfile
praxis-0.19.0 Guardfile
praxis-0.18.1 Guardfile
praxis-0.18.0 Guardfile
praxis-0.17.1 Guardfile
praxis-0.17.0 Guardfile
praxis-0.16.1 Guardfile
praxis-0.16.0 Guardfile
praxis-0.15.0 Guardfile
praxis-0.14.0 Guardfile
praxis-0.13.0 Guardfile