Sha256: 9ae08aba39b50129bd8667c994818b080faa996de0594eed011d2d36fc26f840

Contents?: true

Size: 117 Bytes

Versions: 104

Compression:

Stored size: 117 Bytes

Contents

module Support
  class DummyActiveJob < ApplicationJob
    def humanized_name
      "Dummy action"
    end
  end
end

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
foreman-tasks-0.15.10 test/support/dummy_active_job.rb
foreman-tasks-0.16.1 test/support/dummy_active_job.rb
foreman-tasks-0.17.0 test/support/dummy_active_job.rb
foreman-tasks-0.15.9 test/support/dummy_active_job.rb
foreman-tasks-0.15.8 test/support/dummy_active_job.rb
foreman-tasks-0.14.6 test/support/dummy_active_job.rb
foreman-tasks-0.15.7 test/support/dummy_active_job.rb
foreman-tasks-0.16.0 test/support/dummy_active_job.rb
foreman-tasks-0.15.6 test/support/dummy_active_job.rb
foreman-tasks-0.15.5 test/support/dummy_active_job.rb
foreman-tasks-0.15.4 test/support/dummy_active_job.rb
foreman-tasks-0.15.3 test/support/dummy_active_job.rb
foreman-tasks-0.15.2 test/support/dummy_active_job.rb
foreman-tasks-0.15.1 test/support/dummy_active_job.rb
foreman-tasks-0.15.0 test/support/dummy_active_job.rb
foreman-tasks-0.14.5 test/support/dummy_active_job.rb
foreman-tasks-0.14.4 test/support/dummy_active_job.rb
foreman-tasks-0.14.3 test/support/dummy_active_job.rb
foreman-tasks-0.14.2 test/support/dummy_active_job.rb
foreman-tasks-0.14.1 test/support/dummy_active_job.rb