Sha256: e996f04cee4df16579388100689c316c516d110b4c25b60e0f2c442dec8a51a8

Contents?: true

Size: 510 Bytes

Versions: 23

Compression:

Stored size: 510 Bytes

Contents

# frozen_string_literal: true

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

23 entries across 23 versions & 1 rubygems

Version Path
praxis-2.0.0 Guardfile
praxis-2.0.pre.40 Guardfile
praxis-2.0.pre.39 Guardfile
praxis-2.0.pre.38 Guardfile
praxis-2.0.pre.37 Guardfile
praxis-2.0.pre.36 Guardfile
praxis-2.0.pre.35 Guardfile
praxis-2.0.pre.34 Guardfile
praxis-2.0.pre.33 Guardfile
praxis-2.0.pre.32 Guardfile
praxis-2.0.pre.31 Guardfile
praxis-2.0.pre.30 Guardfile
praxis-2.0.pre.29 Guardfile
praxis-2.0.pre.28 Guardfile
praxis-2.0.pre.27 Guardfile
praxis-2.0.pre.26 Guardfile
praxis-2.0.pre.25 Guardfile
praxis-2.0.pre.24 Guardfile
praxis-2.0.pre.23 Guardfile
praxis-2.0.pre.22 Guardfile