Sha256: e869a0b4bd1963300ca2ed441de2482e60c7d1f4bac236f3902dcab16dafc3e1

Contents?: true

Size: 284 Bytes

Versions: 24

Compression:

Stored size: 284 Bytes

Contents

guard 'rspec', version: 2 do
  watch(%r{^spec/.+_spec\.rb})
  watch(%r{^lib/(.+)\.rb})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb') { "spec" }
  watch('lib/pag_seguro.rb') { "spec" }
  watch('lib/checkout.xml.haml') { "spec/pag_seguro/checkout_xml_spec.rb" }
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
pag_seguro-0.5.6 Guardfile
pag_seguro-0.5.5 Guardfile
pag_seguro-0.5.4 Guardfile
pag_seguro-0.5.3 Guardfile
pag_seguro-0.5.2 Guardfile
pag_seguro-0.5.1 Guardfile
pag_seguro-0.4.1 Guardfile
pag_seguro-0.4.0 Guardfile
pag_seguro-0.3.2 Guardfile
pag_seguro-0.3.1 Guardfile
pag_seguro-0.3.0 Guardfile
pag_seguro-0.2.3 Guardfile
pag_seguro-0.2.2 Guardfile
pag_seguro-0.2.1 Guardfile
pag_seguro-0.2.0 Guardfile
pag_seguro-0.1.9 Guardfile
pag_seguro-0.1.8 Guardfile
pag_seguro-0.1.7 Guardfile
pag_seguro-0.1.6 Guardfile
pag_seguro-0.1.4 Guardfile