1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test/support
yuuji.yaginuma acd4840c2a make backburner integration test to work
Currently, backburner integration test is not running on CI.
https://travis-ci.org/rails/rails/jobs/196005322#L610

Using `Backburner::Worker.connection` to check whether beanstalkd is
running. But `Backburner::Worker.connection` was removed in backburner
1.2.0.
81fde499c2

Therefore, this check process always becomes false, so the test is no
longer done. I fixed it so that check processing is done correctly.
2017-01-28 11:34:28 +09:00
..
backburner Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
delayed_job/delayed Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
integration make backburner integration test to work 2017-01-28 11:34:28 +09:00
que code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
queue_classic applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00
sneakers self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
job_buffer.rb [ActiveJob] extract JobBuffer from helper 2014-08-29 08:50:09 +00:00