Sha256: abff33b08139705bf0e299afba2eaaf74ea2776197ce9482e516ba6e7356b8b5

Contents?: true

Size: 104 Bytes

Versions: 10

Compression:

Stored size: 104 Bytes

Contents

class TestResqueJob
  @queue = :resque_coverband

  def self.perform
    "resque job perform"
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
coverband-4.2.0 test/coverband/integrations/test_resque_job.rb
coverband-4.2.0.rc3 test/coverband/integrations/test_resque_job.rb
coverband-4.2.0.rc2 test/coverband/integrations/test_resque_job.rb
coverband-4.1.1 test/coverband/integrations/test_resque_job.rb
coverband-4.2.0.rc1 test/coverband/integrations/test_resque_job.rb
coverband-4.1.0 test/unit/test_resque_job.rb
coverband-4.1.0.beta test/unit/test_resque_job.rb
coverband-4.2.0.beta test/unit/test_resque_job.rb
coverband-4.2.0.alpha test/unit/test_resque_job.rb
coverband-4.1.0.alpha test/unit/test_resque_job.rb