Sha256: 08af6574c34a912216e00d8765dbafff45261c7ea6b80dddfcfd70ec38fb39d5
Contents?: true
Size: 240 Bytes
Versions: 7
Compression:
Stored size: 240 Bytes
Contents
require "clockwork/test/rspec/matchers/have_run" module Clockwork module Test module RSpec module Matchers def have_run(job, opts = {}) Matchers::HaveRun.new(job, opts) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems