Sha256: 1cdb82499e5808812d277f518fc486e93604e51f087d01896f4ed1a286a6592c

Contents?: true

Size: 333 Bytes

Versions: 11

Compression:

Stored size: 333 Bytes

Contents

guard 'rspec', :cli => '--drb', :all_after_pass => false, :all_on_start => false do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { 'spec' }
end

guard 'spork' do
  watch('Gemfile')
  watch('Gemfile.lock')
  watch('spec/spec_helper.rb') { :rspec }
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
git-object-browser-0.1.3 Guardfile
git-object-browser-0.1.2 Guardfile
git-object-browser-0.1.1 Guardfile
git-object-browser-0.1.0 Guardfile
git-object-browser-0.0.9 Guardfile
git-object-browser-0.0.8 Guardfile
git-object-browser-0.0.7 Guardfile
git-object-browser-0.0.6 Guardfile
git-object-browser-0.0.4 Guardfile
git-object-browser-0.0.3 Guardfile
git-object-browser-0.0.2 Guardfile