demarches-normaliennes/spec/jobs/active_storage/base_job_spec.rb

6 lines
122 B
Ruby
Raw Normal View History

# frozen_string_literal: true
describe ActiveStorage::BaseJob do
it_behaves_like 'a job retrying transient errors'
end