From: barjunk Date: 2007-05-26T07:50:03+09:00 Subject: Re: RSpec-1.0.3 On May 25, 12:49 pm, "David Chelimsky" wrote: > The RSpec Development Team is pleased to announce the release of RSpec-1.0.3. > > == Changes > > This is the compatibility release! > > * Compatible with autotest!!!! (As of ZenTest 3.6.0 - see below) > * Compatible with edge rails (as of r6825). > * Compatible with jruby (since release 1.0.1) > > Seehttp://rspec.rubyforge.org/changes.htmlfor more detail. > > == About RSpec > > RSpec is a framework which provides programmers with a Domain Specific > Language to describe the behaviour of Ruby code with readable, > executable examples that guide you in the design process and serve > well as both documentation and tests. > > == Autotest compatibility > > ZenTest-3.6.0 boasts a new autodiscovery and plugin model that other > frameworks can register with and plug into. RSpec-1.0.3 ships with the > necessary plugin code, so all you need to do is download and go: > Nice! Mike B.