[ANN] rspec 1.2.9 Released

  • Thread starter David Chelimsky
  • Start date
D

David Chelimsky

rspec version 1.2.9 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.2.9 / 2009-10-05

* enhancements
* manage backtrace-ignore patterns with Spec::Runner.configure (Martin
Emde). Closes #870.
* friendly mock argument expectation failure message (Tim Harper). Closes
#868.
* added double() as alias for stub() and mock()
* failure messages for doubles, mocks and stubs use the right name
* add let() method to assign memoized attributes (suggestion from Stuart
Halloway). Closes #857.
* add its method so you can say:
describe Array do
its:)length) { should == 0 }
(Stephen Touset). Closes #833
* spec command automatically uses spec/spec.opts if it is present
(suggestion from Yehuda Katz)
* rspec now adds PROJECT_ROOT/lib and PROJECT_ROOT/spec to the load path
* determines PROJECT_ROOT by recursing up until it finds a directory
that has a ./spec directory (thanks to Scott Taylor)
* supports require 'spec_helper'
* supports running specs from the PROJECT_ROOT or any directory
below it
* closes #733
* better handling of determining test names in test/unit/interop mode
* Joe Ferris
* closes #854

* bug fixes

* Fixed problem with colorized output when writing to a file
* Corey Ehmke
* closes #777

* not really a bug fix or enhancement
* temporarily moved heckle feature to features-pending (waiting to see what
happens with
http://rubyforge.org/tracker/index.php?func=detail&aid=26786&group_id=1513&atid=5921)
 

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,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top