class RSpec::Que::Matchers::QueueUp::QueuedSomething

Public Instance Methods

desc() click to toggle source
# File lib/rspec/que/queue_up/queued_something.rb, line 12
def desc
  "a job"
end
failed_msg(_last_found) click to toggle source
# File lib/rspec/que/queue_up/queued_something.rb, line 16
def failed_msg(_last_found)
  "nothing"
end
matches?(_job) click to toggle source
# File lib/rspec/que/queue_up/queued_something.rb, line 8
def matches?(_job)
  true
end