Sha256: 2c974b7dcc2e717346262c408c5501a4557c4b579f5233cb6a64c4f44bd4599d

Contents?: true

Size: 329 Bytes

Versions: 8

Compression:

Stored size: 329 Bytes

Contents

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pivotal_to_pdf-1.6.0 Guardfile
pivotal_to_pdf-1.4.0 Guardfile
pivotal_to_pdf-1.3.4 Guardfile
pivotal_to_pdf-1.3.3 Guardfile
pivotal_to_pdf-1.3.2 Guardfile
pivotal_to_pdf-1.3.1 Guardfile
pivotal_to_pdf-1.3.0 Guardfile
pivotal_to_pdf-1.2.0 Guardfile