Closed sentience closed 10 years ago
I’ve tested this with Sidekiq 3.1.2 and it seems to work great. You’ll note that all I’ve done is add a require to fetch_spec.rb. I could have sworn there were additional incompatibilities, but at this point I can’t reproduce them.
require
fetch_spec.rb
Also tested with Sidekiq 2.17.7 and 3.0.2.
Fixes #3.
This is fantastic. Thanks again man!
I’ve tested this with Sidekiq 3.1.2 and it seems to work great. You’ll note that all I’ve done is add a
require
tofetch_spec.rb
. I could have sworn there were additional incompatibilities, but at this point I can’t reproduce them.