<div>rspec version 1.3.0 has been released!</div><div><br></div><div>* &lt;<a href="http://rspec.info" target="_blank">http://rspec.info</a>&gt;</div><div>* &lt;<a href="http://rubyforge.org/projects/rspec" target="_blank">http://rubyforge.org/projects/rspec</a>&gt;</div>

<div>* &lt;<a href="http://github.com/dchelimsky/rspec/wikis" target="_blank">http://github.com/dchelimsky/rspec/wikis</a>&gt;</div><div>* &lt;<a href="mailto:rspec-users@rubyforge.org" target="_blank">rspec-users@rubyforge.org</a>&gt;</div>
<div>* &lt;<a href="mailto:rspec-devel@rubyforge.org" target="_blank">rspec-devel@rubyforge.org</a>&gt;</div>
<div><br></div><div>Behaviour Driven Development for Ruby.</div><div><br></div><div>Changes:</div><div><br></div><div>### Version 1.3.0 / 2010-01-11</div><div><br></div><div>* enhancements</div><div>  * capture ExpectationNotMet error by default in matcher DSL</div>

<div>    * supports wrapping other expectations</div><div>  * added match_unless_raises to matcher DSL</div><div>    * supports easy wrapping of t/u assertions in matchers</div><div>    * thanks to Chad Fowler and Glenn Vanderburg for the name</div>

<div>  * add chain to matcher DSL (Joe Ferris - #935)</div><div>    * see rdoc for Spec::Matchers</div><div>  * and_yield provides configurable eval_context</div><div>    * Eric Meyer &amp; David Chelimsky</div><div>  * CTRL-C actually stops execution! (Bryan Helmkamp - #911)</div>

<div>  * make drb port configurable (Chris Flipse - #875)</div><div>  * changed raise_error to raise_exception (#933)</div><div>    * kept raise_error aliased, so this is completely</div><div>      backwards compatible</div>

<div><br></div><div>* bug fixes</div><div>  * don&#39;t define top-level context() method when running in IRB (#899)</div><div>  * remove Ruby warning for uninitialized ivar (Bryan Helmkamp - #892)</div><div>  * fully qualify reference to Default (Alex Sharp - #895)</div>

<div>  * use runtime version of Test::Unit::VERSION in incompatibility message</div><div>    (Ryan Bigg - #916)</div><div>  * quote paths in RSpec&#39;s own specs so people running in paths with</div><div>    spaces in them can achieve green too (Ryan Bigg - #917)</div>

<div>  * ensure drb specs run when EADDRNOTAVAIL (Michael Klett - #881)</div><div>  * throw_symbol matcher correctly bubbles errors up (#918)</div><div>  * make Rakefile work without Cucumber installed (#919 - devrandom)</div>

<div>  * escape . in regexp (#925)</div><div>  * align be_true and be_false with Ruby&#39;s conditional semantics (#931)</div><div>  * print duplicate nested descriptions (when appropriate) (#936)</div><div><br></div>