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