- #106 - Compare times as integers in
have_scheduled
matcher
- #87 - Add 'be_queued' matcher that behaves like 'have_queued' (@eclubb)
- #82 - Add Travis CI to repo (@dickeyxxx)
- #81 - Fix Resque 2.0 warnings (@dickeyxxx)
- Use pry instead of debugger
- #76 - Loosen rubygems version constraint (@Empact)
- #75 - Add license statement to gemspec
- Add ResqueMailer examples to README (@yuyak)
- #70 - RSpec 2.1x support (@ozeias)
- #73 - Replace
rspec
dependency with explicit dependencies (@andresbravog)
- #9 - Add
resque_spec/cucumber
to exposewith_resque
helpers toWorld
- #66 - Add support for
enqueue_at_with_queue
andenqueue_in_with_queue
(@k1w1)
- #65 - Add
have_queue_size_of_at_least
andhave_schedule_size_of_at_least
matchers (@heelhook)
- #61 - Fix DST problem in
have_scheduled
(@opinel) - #62 - Add
times
chained matcherit { should have_queued(first_name, last_name).times(1) }
(@lukemelia)
- #60 -
Resque.size
support (@jeffdeville)
- #57 - Fix bug in
with_resque
andwithout_resque
helpers (@lellisga)
- #56 - Fix handling of resque-scheduler API: does not allow Date to be used (uses
to_i
for Redis keys)
- Implement Resque.peek (@avdgaag)
- Changed
remove_delayed
to return number of removed items to match resque-scheduler behaviour (@dtsiknis)