1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib
Fernando Seror Garcia 7a63036b21 Add the enqueued_at attribute when fake Testing (#3258)
Trying to emulate the real behavior, the job obtains an enqueued_at
attribute when it's placed in a queue.

Since using perform_in or perform_at does not put the job in the queue
when run, the attribute is not set for those methods.
2016-11-25 21:19:16 -08:00
..
generators/sidekiq Use minitest 5 parent class 2015-12-02 08:06:17 -05:00
sidekiq Add the enqueued_at attribute when fake Testing (#3258) 2016-11-25 21:19:16 -08:00
sidekiq.rb Put source encoding comment as line for (j)ruby 1.9 compatibility (#3255) 2016-11-22 20:39:00 -08:00