README.md in resque_spec-0.14.4 vs README.md in resque_spec-0.15.0
- old
+ new
@@ -8,11 +8,12 @@
on
[http://github.com/justinweiss/resque\_unit](http://github.com/justinweiss/resque_unit).
ResqueSpec will also fire Resque hooks if you are using them. See below.
-The current version works with `Resque v1.19.0` and up and `RSpec v2.5.0` and up.
+The current version works with `Resque >~ v1.19` and up and `RSpec >= v2.5.0`
+(including the RSpec 3 beta).
Install
-------
Update your Gemfile to include `resque_spec` only in the *test* group (Not
@@ -404,20 +405,21 @@
* Mathieu Ravaux (@mathieuravaux) : without\_resque\_spec support
* Arjan van der Gaag (@avdgaag) : peek support
* (@dtsiknis) : Updated removed\_delayed
* Li Ellis Gallardo (@lellisga) : fix inline/disable\_ext bug
* Jeff Deville (@jeffdeville) : Resque.size
-* Frank Wambutt (@opinel) : Fix DST problem in `have\_scheduled`
+* Frank Wambutt (@opinel) : Fix DST problem in `have_scheduled`
* Luke Melia (@lukemelia) : Add `times` chained matcher
* Pablo Fernandez (@heelhook) : Add `have_queue_size_of_at_least` and `have_schedule_size_of_at_least` matchers
* (@k1w1) : Add support for enqueue\_at\_with\_queue/enqueue\_in\_with\_queue
* Ozéias Sant'ana (@ozeias) : Update specs to RSpec 2.10
* Yuya Kitajima (@yuyak) : Add ResqueMailer examples to README
* Andrés Bravo (@andresbravog) : Replace `rspec` dependency with explicit dependencies
* Ben Woosley (@Empact) : Loosen rubygems version constraint
* Jeff Dickey (@dickeyxxx) : Remove 2.0 warnings, added Travis
-* Earle Clubb (@eclubb) : `be\_queued` matcher
+* Earle Clubb (@eclubb) : `be_queued` matcher
+* Erkki Eilonen (@erkki) : RSpec 3 support
Copyright
=========
-Copyright (c) 2010-2013 Les Hill. See LICENSE for details.
+Copyright (c) 2010-2014 Les Hill. See LICENSE for details.