spec/support/retriable.rb (4 lines of code) (raw):

# frozen_string_literal: true Retriable.configure do |c| c.base_interval = 0 c.sleep_disabled = true end