Sha256: 887c5f93b51accddadfe509a4394daead7c9a53508763d76215a9f2409c00490

Contents?: true

Size: 479 Bytes

Versions: 13

Compression:

Stored size: 479 Bytes

Contents

guard :rspec, cmd: 'bundle exec rspec --format=Fuubar', \
              all_after_pass: false, all_on_start: false, failed_mode: :focus 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

13 entries across 13 versions & 1 rubygems

Version Path
praxis-2.0.pre.18 Guardfile
praxis-2.0.pre.17 Guardfile
praxis-2.0.pre.16 Guardfile
praxis-2.0.pre.15 Guardfile
praxis-2.0.pre.14 Guardfile
praxis-2.0.pre.13 Guardfile
praxis-2.0.pre.12 Guardfile
praxis-2.0.pre.11 Guardfile
praxis-2.0.pre.10 Guardfile
praxis-2.0.pre.9 Guardfile
praxis-2.0.pre.8 Guardfile
praxis-2.0.pre.7 Guardfile
praxis-2.0.pre.6 Guardfile