Sha256: 56a9ec5f33de300a36d8e63ef0058ae920d470f1686900a6314759ace7c8d2ed

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 Bytes

Contents

notification :growl

ignore %r{^doc}
guard 'rspec', :version => 2 do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/.+\.rb$})
  watch(%r{^lib/slidepay/(.+)\.rb$})  { |m| "spec/#{m[1]}_spec.rb" }
  watch(%r{^lib/slidepay/resources/(.+)\.rb$})  { |m| "spec/#{m[1]}_spec.rb" }
  watch(%r{^lib/slidepay/reports/(.+)\.rb$})  { |m| "spec/#{m[1]}_spec.rb" }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slidepay-0.0.13 Guardfile
slidepay-0.0.12 Guardfile