jrgifford / delayed_paperclip

Process your Paperclip attachments in the background with delayed_job or Resque.
http://www.jstorimer.com/ruby/2010/01/30/delayed-paperclip.html
MIT License
402 stars 155 forks source link

Fixed running tests with random order #167

Closed morgoth closed 8 years ago

morgoth commented 8 years ago

I was trying to move forward with https://github.com/jrgifford/delayed_paperclip/pull/161 but I had issues with tests. Test state was leaking into other tests, so it was not possible sometimes to run them in isolation. Hopefully now all are order independent.

ScotterC commented 8 years ago

Nice! :+1: