1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
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
..
fixtures
config.yml
env_based_config.yml
fake_env.rb
helper.rb
test_actors.rb
test_api.rb
test_cli.rb
test_client.rb
test_exception_handler.rb
test_extensions.rb
test_fetch.rb
test_launcher.rb Rewrite heartbeat so we can dynamically update tags/labels, #2867 2016-11-25 13:39:22 -08:00
test_logging.rb
test_manager.rb
test_middleware.rb
test_processor.rb
test_rails.rb
test_redis_connection.rb
test_retry.rb
test_retry_exhausted.rb
test_scheduled.rb
test_scheduling.rb
test_sidekiq.rb
test_testing.rb
test_testing_fake.rb Add the enqueued_at attribute when fake Testing (#3258) 2016-11-25 21:19:16 -08:00
test_testing_inline.rb
test_util.rb
test_web.rb
test_web_helpers.rb