livingsocial / rake-pipeline

An extension to Rake for dealing with a directory of inputs, a number of filters, and a directory of outputs
MIT License
276 stars 38 forks source link

Tmp error fix #109

Closed ahawkins closed 12 years ago

ahawkins commented 12 years ago

Refactor raising a TmpInputError when temporary files are passed between filters. I found this bug when testing master against iridium. The test suite didn't have pipelines complex enough to trigger this bug so I added a regression test.