--4fa332e3_79838cb2_9a04
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
rspec-2.10 is released!
Cucumber docs
http://rubydoc.info/gems/rspec-core
http://rubydoc.info/gems/rspec-expectations
http://rubydoc.info/gems/rspec-mocks
http://rubydoc.info/gems/rspec-rails
API Docs (RDoc)
http://relishapp.com/gems/rspec-core
http://relishapp.com/gems/rspec-expectations
http://relishapp.com/gems/rspec-mocks
http://relishapp.com/gems/rspec-rails
### rspec-core-2.10.0
full changelog: http://github.com/rspec/rspec-core/compare/v2.9.0...v2.10.0
Enhancements
* Add `prepend_before` and `append_after` hooks (preethiramdev)
* intended for extension libs
* restores rspec-1 behavior
* Reporting of profiled examples (moro)
* Report the total amount of time taken for the top slowest examples.eport what percentage the slowest examples took from the total runtime.
Bug fixes
* Properly parse `SPEC_OPTS` options.
* `example.description` returns the location of the example if there is no
explicit description or matcher-generated description.
* RDoc fixes (Grzegorz wirski)
* Do not modify example ancestry when dumping errors (Michael Grosser)
### rspec-expectations-2.10.0
full changelog: http://github.com/rspec/rspec-expectations/compare/v2.9.1...v2.10.0
Enhancements
* Add new `start_with` and `end_with` matchers (Jeremy Wadsack)
* Add new matchers for specifying yields (Myron Marson):
* `expect {...}.to yield_control`
* `expect {...}.to yield_with_args(1, 2, 3)`
* `expect {...}.to yield_with_no_args`
* `expect {...}.to yield_successive_args(1, 2, 3)`
* `match_unless_raises` takes multiple exception args
Bug fixes
* Fix `be_within` matcher to be inclusive of delta.
* Fix message-specific specs to pass on Rubinius (John Firebaugh)
### rspec-mocks-2.10.0
full changelog: http://github.com/rspec/rspec-mocks/compare/v2.9.0...v2.10.0
Bug fixes
* fail fast when an `exactly` or `at_most` expectation is exceeded
### rspec-rails-2.10.0
full changelog: http://github.com/rspec/rspec-core/compare/v2.9.0...v2.10.0
Bug fixes
* `render_views` called in a spec can now override the config setting. (martinsvalin)
* Fix `render_views` for anonymous controllers on 1.8.7. (hudge, mudge)
* Eliminate use of deprecated `process_view_paths`
* Fix false negatives when using `route_to` matcher with `should_not`
* `controller` is no longer nil in `config.before` hooks
* Change `request.path_parameters` keys to symbols to match real Rails
environment (Nathan Broadbent)
* Silence deprecation warnings in pre-2.9 generated view specs
(Jonathan del Strother)
--4fa332e3_79838cb2_9a04
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
<div><div><div>rspec-2.10 is released!</div><div><br></div><div>Cucumber docs</div><div><br></div><div>http://rubydoc.info/gems/rspec-core</div><div>http://rubydoc.info/gems/rspec-expectations</div><div>http://rubydoc.info/gems/rspec-mocks</div><div>http://rubydoc.info/gems/rspec-rails</div><div><br></div><div>API Docs (RDoc)</div><div><br></div><div>http://relishapp.com/gems/rspec-core</div><div>http://relishapp.com/gems/rspec-expectations</div><div>http://relishapp.com/gems/rspec-mocks</div><div>http://relishapp.com/gems/rspec-rails</div><div><br></div><div>### rspec-core-2.10.0</div><div><br></div><div>full changelog: http://github.com/rspec/rspec-core/compare/v2.9.0...v2.10.0</div><div><br></div><div>Enhancements</div><div><br></div><div>* Add `prepend_before` and `append_after` hookspreethiramdev)</div><div> * intended for extension libs</div><div> * restores rspec-1 behavior</div><div>* Reporting of profiled examples (moro)</div><div> * Report the total amount of time taken for the top slowest examples.</div><div> *eport what percentage the slowest examples took from the total runtime.</div><div><br></div><div>Bug fixes</div><div><br></div><div>* Properly parse `SPEC_OPTS` options.</div><div>* `example.description` returns the location of the example if there is no</div><div> explicitescription or matcher-generated description.</div><div>* RDoc fixes (Grzegorz wirski)</div><div>* Do not modify example ancestry when dumping errors (Michael Grosser)</div><div><br></div><div>### rspec-expectations-2.10.0</div><div><br></div><div>full changelog: http://github.com/rspec/rspec-expectations/compare/v2.9.1...v2.10.0</div><div><br></div><div>Enhancements</div><div><br></div><div>* Add new `start_with` and `end_with` matchers (Jeremy Wadsack)</div><div>* Add new matchers for specifying yields (Myron Marson):</div><div> * `expect {...}.to yield_control`</div><div> 60expect {...}.to yield_with_args(1, 2, 3)`</div><div> * `expect {...}.to yield_with_no_args`</div><div> * `expect {...}.to yield_successive_args(1, 2, 3)`</div><div>* `match_unless_raises` takes multiple exception args</div><div><br></div><div>Bug fixes</div><div><br></div><div>* Fix `be_within` matcher to be inclusive of delta.</div><div>* Fix message-specific specs to pass on Rubinius (John Firebaugh)</div><div><br></div><div>### rspec-mocks-2.10.0</div><div><br></div><div>full changelog: http://github.com/rspec/rspec-mocks/compare/v2.9.0...v2.10.0</div><div><br></div><div>Bug fixes</div><div><br></div><div>* fail fast when an `exactly` or `at_most` expectation is exceeded </div><div><br></div><div>### rspec-rails-2.10.0</div><div><br></div><div>full changelog: http://github.com/rspec/rspec-core/compare/v2.9.0...v2.10.0</div><div><br></div><div>Bug fixes</div><div><br></div><div>*60render_views` called in a spec can now override the config setting. (martinsvalin)</div><div>* Fix `render_views` for anonymous controllers on 1.8.7. (hudge, mudge)</div><div>* Eliminate use of deprecated `process_view_paths`</div><div>* Fix false negatives when using `route_to` matcher with `should_not`</div><div>* `controller` is no longer nil in `config.before` hooks</div><div>* Change `request.path_parameters` keys to symbols to match real Rails</div><div> environment (Nathan Broadbent)</div><div>* Silence deprecation warnings in pre-2.9 generated view specs</div><div> (Jonathan deltrother)</div></div></div><div><br></div>
--4fa332e3_79838cb2_9a04--