RubyFlow The Ruby and Rails community linklog

Testing Rails Background Workers

The addition of Active Job to Rails gave developers a single, unified interface for a number of popular background processing frameworks including Sidekiq, Resque, and Delayed Job. In this post, we’ll look at a step-by-step process for testing your workers from top to bottom using Active Job and Minitest.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in