Sha256: 6b731d1bbb83cd816fe24ce9ef597c1aaaed62799fd894b7507c93a2340148e4

Contents?: true

Size: 186 Bytes

Versions: 12

Compression:

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

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
blather-2.0.0 Guardfile
virginia-0.5.2 Guardfile
blather-1.2.0 Guardfile
virginia-0.5.1 Guardfile
virginia-0.5.0 Guardfile
blather-1.1.4 Guardfile
blather-1.1.3 Guardfile
blather-1.1.2 Guardfile
blather-1.1.1 Guardfile
blather-1.1.0 Guardfile
adhearsion-ivr-0.2.0 Guardfile
adhearsion-ivr-0.1.0 Guardfile