Sha256: cf37fde3c30e13759fe0de7a2bb9affc9d037f8b89d2722b3232e8b48854e42d

Contents?: true

Size: 135 Bytes

Versions: 20

Compression:

Stored size: 135 Bytes

Contents

# frozen_string_literal: true

class TestResqueJob
  @queue = :resque_coverband

  def self.perform
    'resque job perform'
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
coverband-4.2.7 test/coverband/integrations/test_resque_job.rb
coverband-4.2.7.rc.1 test/coverband/integrations/test_resque_job.rb
coverband-4.2.6 test/coverband/integrations/test_resque_job.rb
coverband-4.2.5 test/coverband/integrations/test_resque_job.rb
coverband-4.2.5.rc.2 test/coverband/integrations/test_resque_job.rb
coverband-4.2.5.rc.1 test/coverband/integrations/test_resque_job.rb
coverband-4.2.4 test/coverband/integrations/test_resque_job.rb
coverband-4.2.4.rc.3 test/coverband/integrations/test_resque_job.rb
coverband-4.2.4.rc.2 test/coverband/integrations/test_resque_job.rb
coverband-4.2.4.rc.1 test/coverband/integrations/test_resque_job.rb
coverband-4.2.3 test/coverband/integrations/test_resque_job.rb
coverband-4.2.3.rc.2 test/coverband/integrations/test_resque_job.rb
coverband-4.2.3.rc.1 test/coverband/integrations/test_resque_job.rb
coverband-4.2.2 test/coverband/integrations/test_resque_job.rb
coverband-4.2.2.rc.1 test/coverband/integrations/test_resque_job.rb
coverband-4.2.1 test/coverband/integrations/test_resque_job.rb
coverband-4.2.1.rc4 test/coverband/integrations/test_resque_job.rb
coverband-4.2.1.rc3 test/coverband/integrations/test_resque_job.rb
coverband-4.2.1.rc2 test/coverband/integrations/test_resque_job.rb
coverband-4.2.1.rc1 test/coverband/integrations/test_resque_job.rb