[ANN] rspec 1.2.1 Released

D

David Chelimsky

rspec version 1.2.1 has been released!

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

Behaviour Driven Development for Ruby.

Changes:

### Version 1.2.1 / 2009-03-22

This is a bug-fix release, recommended for anybody who has already upgraded to
rspec-1.2.0.

See Upgrade.rdoc for information about upgrading to rspec-1.2.1

* enhancments

* matchers, including the new DSL, easily added to your test/unit tests
* added support for 0 to n args in matcher DSL
* restored loading rubygems when necessary
* if you really don't want to use rubygems, you
can set an NO_RUBYGEMS environment
variable, and RSpec won't force it on you.
* added -u/--debugger option (Rick DeNatale) #262.
* just add "debugger" anywhere in your code and run spec
path/to/code --debugger
* rename ExampleDescription to ExampleProxy
* pass ExampleProxy to example_started(). Closes #738, #743
* thanks to Tobias Grimm (Eclipse) fort the patch and Roman Chernyatchik
(JetBrains, RubyMine) for the assist

* bug fixes

* subject (implicit or explicit) is now properly inherited by nested
groups. Closes #744.

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

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,070
Latest member
BiogenixGummies

Latest Threads

Top