class ActiveJobTestCaseTest::TestClassAttributeInheritanceJob

this tests that this job class doesn't get its adapter set. that's the correct behavior since we don't want to break the `class_attribute` inheritance

Public Class Methods

queue_adapter=(*) click to toggle source
# File activejob/test/cases/test_case_test.rb, line 13
def self.queue_adapter=(*)
  raise "Attempting to break `class_attribute` inheritance, bad!"
end