resque_unit icon indicating copy to clipboard operation
resque_unit copied to clipboard

Test::Unit assertions for code that enqueues Resque jobs

Results 6 resque_unit issues
Sort by recently updated
recently updated
newest added

Bumps [rdoc](https://github.com/ruby/rdoc) from 4.1.1 to 6.3.1. Changelog Sourced from rdoc's changelog. === 5.1.0 / 2017-02-24 Bug fixes Fix an issue that rdoc fails when running on Windows with RUBYOPT=-U. PR...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.2.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

It looks like resque_unit's `enable_hooks!` method does not enable resque-scheduler hooks, so there's currently no way to test those.

It didn't make sense to copy / rewrite _all_ of Resque, just to add some assertions to it. Instead, I'm using fakeredis and actual Resque. That way, all the persistence...