The RSpec Development Team is pleased to announce the release of RSpec-1.0.8. RSpec 1.0.6 is the "holy cow, batman, it''s been a long time since we released and there are a ton of bug fixes, patches and even new features" release. RSpec 1.0.7 and 1.0.8 deal with a regression introduced in 1.0.6 and a hiccup in releasing 1.0.7, respectively. == RSpec RSpec is a Behaviour Driven Development framework which plays the same role that a unit testing framework would play in Test Driven Development, but does so using words and structures that better support BDD. http://rspec.rubyforge.org == rspec_on_rails rspec_on_rails is a Ruby on Rails plugin that supports a BDD approach to developing the various layers of objects within a Rails application. See http://rspec.rubyforge.org/documentation/rails/index.html == Installation http://rspec.rubyforge.org/download.html http://rspec.rubyforge.org/documentation/rails/install.html
I''ve been waiting for this since June so I can have expect_render "officially" . Thanks for the hard work! Zach On 8/13/07, David Chelimsky <dchelimsky at gmail.com> wrote:> The RSpec Development Team is pleased to announce the release of RSpec-1.0.8. > > RSpec 1.0.6 is the "holy cow, batman, it''s been a long time since we > released and there are a ton of bug fixes, patches and even new > features" release. RSpec 1.0.7 and 1.0.8 deal with a regression > introduced in 1.0.6 and a hiccup in releasing 1.0.7, respectively. > > == RSpec > > RSpec is a Behaviour Driven Development framework which plays the same > role that a unit testing framework would play in Test Driven > Development, but does so using words and structures that better > support BDD. > > http://rspec.rubyforge.org > > == rspec_on_rails > > rspec_on_rails is a Ruby on Rails plugin that supports a BDD approach > to developing the various layers of objects within a Rails > application. > > See http://rspec.rubyforge.org/documentation/rails/index.html > > == Installation > > http://rspec.rubyforge.org/download.html > http://rspec.rubyforge.org/documentation/rails/install.html > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
It looks like officially was in 1.0.6, but I don''t recall seeing an announcement on 1.0.6 or 1.0.7 ... perhaps I just missed it, Zach On 8/14/07, Zach Dennis <zach.dennis at gmail.com> wrote:> I''ve been waiting for this since June so I can have expect_render > "officially" . > > Thanks for the hard work! > > Zach > > On 8/13/07, David Chelimsky <dchelimsky at gmail.com> wrote: > > The RSpec Development Team is pleased to announce the release of RSpec-1.0.8. > > > > RSpec 1.0.6 is the "holy cow, batman, it''s been a long time since we > > released and there are a ton of bug fixes, patches and even new > > features" release. RSpec 1.0.7 and 1.0.8 deal with a regression > > introduced in 1.0.6 and a hiccup in releasing 1.0.7, respectively. > > > > == RSpec > > > > RSpec is a Behaviour Driven Development framework which plays the same > > role that a unit testing framework would play in Test Driven > > Development, but does so using words and structures that better > > support BDD. > > > > http://rspec.rubyforge.org > > > > == rspec_on_rails > > > > rspec_on_rails is a Ruby on Rails plugin that supports a BDD approach > > to developing the various layers of objects within a Rails > > application. > > > > See http://rspec.rubyforge.org/documentation/rails/index.html > > > > == Installation > > > > http://rspec.rubyforge.org/download.html > > http://rspec.rubyforge.org/documentation/rails/install.html > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > >
On Aug 14, 2007, at 1:15 AM, Zach Dennis wrote:> It looks like officially was in 1.0.6, but I don''t recall seeing an > announcement on 1.0.6 or 1.0.7 ... perhaps I just missed it,They were tiny releases (mostly, if not all, bug fixes) Scott