wspurgin / rspec-sidekiq

RSpec for Sidekiq
https://github.com/wspurgin/rspec-sidekiq
Other
655 stars 132 forks source link

Support flexmock #125

Closed saverio-kantox closed 1 year ago

saverio-kantox commented 7 years ago

As alternative to mocha and rspec-mocks, this allows to use Jim Weirich's flexmock library.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-6.1%) to 91.111% when pulling 9c668ca6399f1191f7e71fcbf97b7f12df9e8cd3 on saverio-kantox:support-flexmock into 4f6da310f2311aa2d5bbea983bd17776d041c61a on philostler:develop.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-17.7%) to 79.501% when pulling 80c638445fbfce76c457f646eb3760591db20cdc on saverio-kantox:support-flexmock into 4f6da310f2311aa2d5bbea983bd17776d041c61a on philostler:develop.

wspurgin commented 1 year ago

Like with #176 I don't want to add to the existing Batches mocking/testing since it's gonna get either a major overhaul or disappear depending on what I learn from Sidekiq.

Appreciate you raising a PR all the same though. All other improvements are still most welcome.