Sha256: 03b5eefe42fc611e9748bc11dba98ac3346f8cedde867133952cbc64e469cb17

Contents?: true

Size: 344 Bytes

Versions: 3

Compression:

Stored size: 344 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/" }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
praxis-0.10.1 Guardfile
praxis-0.10.0 Guardfile
praxis-0.9 Guardfile