rspec version 1.2.1 has been released!
* <http://rspec.info>
* <http://rubyforge.org/projects/rspec>
* <http://github.com/dchelimsky/rspec/wikis>
* <rspec-devel-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org>
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>
* <rspec-devel-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---