How swappable storage and fakes lead to cleaner, more reliable tests
resque_unit
overrode part of Resque’s API to change how jobs were queued. This was great for an initial implementation. But, as reimplementations of an API tend to do, it fell behind. It got way more complicated. Luckily, there’s a better way to solve this problem.
Post a comment