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

def at_priority(priority)

def at_priority(priority)
  @priority = priority.to_i
  self
end