Skip to content

Commit

Permalink
Require time extensions in the job that depends on time
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Aug 2, 2019
1 parent 4b4bed8 commit dd16e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activejob/test/jobs/timezone_dependent_job.rb
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require_relative "../support/job_buffer"
require "active_support/time"

class TimezoneDependentJob < ActiveJob::Base
def perform(now)
Expand Down

0 comments on commit dd16e20

Please sign in to comment.