| Mo Valipour
Results
1
issues of
| Mo Valipour
This is more of a question, but it's something that has come to huge confusion for me. In here: https://github.com/philostler/rspec-sidekiq/blob/develop/lib/rspec/sidekiq/matchers/have_enqueued_job.rb#L29 ```ruby def at_evaluator(value) return false if job['at'].blank? value.to_time.to_s == Time.at(job['at']).to_s...