class RSpec::Rails::Matchers::ActiveJob::Base

def other_attributes_match?(job)

def other_attributes_match?(job)
  serialized_attributes.all? { |key, value| value == job[key] }
end