README.md in resque_spec-0.12.7 vs README.md in resque_spec-0.13.0

- old
+ new

@@ -19,9 +19,21 @@ group :test do gem 'resque_spec' end +Cucumber +-------- + +By default, the above will add the `ResqueSpec` module and make it available in +Cucumber. If you want the `with_resque` and `without_resque` helpers, manually +require the `resque\_spec/cucumber` module: + + require 'resque\_spec/cucumber' + +This can be done in `features/support/env.rb` or in a specific support file +such as `features/support/resque.rb`. + What is ResqueSpec? =================== ResqueSpec implements the *stable API* for Resque 1.19+ (which is `enqueue`, `enqueue_to`, `dequeue`, `peek`, `reserve`, `size`, the Resque hooks, and