module Clockwork::Test::RSpec::Matchers
Public Instance Methods
have_run(job, opts = {})
click to toggle source
# File lib/clockwork/test/rspec/matchers.rb, line 7 def have_run(job, opts = {}) Matchers::HaveRun.new(job, opts) end