[ANN] rspec 1.3.0 Released

D

David Chelimsky

[Note: parts of this message were removed to make it a legal post.]

rspec version 1.3.0 has been released!

* <http://rspec.info>
* <http://rubyforge.org/projects/rspec>
* <http://github.com/dchelimsky/rspec/wikis>
* <[email protected]>
* <[email protected]>

Behaviour Driven Development for Ruby.

Changes:

### Version 1.3.0 / 2010-01-11

* enhancements
* capture ExpectationNotMet error by default in matcher DSL
* supports wrapping other expectations
* added match_unless_raises to matcher DSL
* supports easy wrapping of t/u assertions in matchers
* thanks to Chad Fowler and Glenn Vanderburg for the name
* add chain to matcher DSL (Joe Ferris - #935)
* see rdoc for Spec::Matchers
* and_yield provides configurable eval_context
* Eric Meyer & David Chelimsky
* CTRL-C actually stops execution! (Bryan Helmkamp - #911)
* make drb port configurable (Chris Flipse - #875)
* changed raise_error to raise_exception (#933)
* kept raise_error aliased, so this is completely
backwards compatible

* bug fixes
* don't define top-level context() method when running in IRB (#899)
* remove Ruby warning for uninitialized ivar (Bryan Helmkamp - #892)
* fully qualify reference to Default (Alex Sharp - #895)
* use runtime version of Test::Unit::VERSION in incompatibility message
(Ryan Bigg - #916)
* quote paths in RSpec's own specs so people running in paths with
spaces in them can achieve green too (Ryan Bigg - #917)
* ensure drb specs run when EADDRNOTAVAIL (Michael Klett - #881)
* throw_symbol matcher correctly bubbles errors up (#918)
* make Rakefile work without Cucumber installed (#919 - devrandom)
* escape . in regexp (#925)
* align be_true and be_false with Ruby's conditional semantics (#931)
* print duplicate nested descriptions (when appropriate) (#936)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top