method

after_step?

rails latest stable - Class: ActiveJob::Continuation::TestHelper

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

after_step?(job, step)
private

No documentation available.

# File activejob/lib/active_job/continuation/test_helper.rb, line 82
        def after_step?(job, step)
          if (continuation = continuation_for(job))
            continuation["completed"].last == step.to_s && continuation["current"].nil?
          end
        end