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/integration/adapters
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
..
async.rb Active Job: smaller footprint for the dev/test async adapter 2016-02-29 15:58:26 -07:00
backburner.rb make backburner integration test to work 2017-01-28 11:34:28 +09:00
delayed_job.rb applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00
inline.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
qu.rb applies new string literal convention in activejob/test 2016-08-06 18:41:18 +02:00
que.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
queue_classic.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
resque.rb modernizes hash syntax in activejob 2016-08-06 19:36:54 +02:00
sidekiq.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
sneakers.rb Privatize unneededly protected methods in Active Job tests 2016-12-24 00:15:18 +09:00
sucker_punch.rb Make AJ integration tests much less verbose 2014-09-27 21:59:10 +09:30