We''ve released RSpec 0.6.4. Check it out! Check it out! Release info: http://rubyforge.org/frs/shownotes.php?release_id=7178 General info: http://rspec.rubyforge.org/ Questions? Right here! Enjoy, David
I think the biggest question is the one that has been posed most recently on these lists and not answered: How do you use RSpec for integration testing (in the Rails sense of integration testing meaning tests that span controllers)? Great work. Mike Pence On 10/2/06, David Chelimsky <dchelimsky at gmail.com> wrote:> We''ve released RSpec 0.6.4. Check it out! Check it out! > > Release info: > http://rubyforge.org/frs/shownotes.php?release_id=7178 > > General info: > http://rspec.rubyforge.org/ > > Questions? Right here! > > Enjoy, > David > _______________________________________________ > Rspec-users mailing list > Rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
On 10/2/06, Mike Pence <mike.pence at gmail.com> wrote:> I think the biggest question is the one that has been posed most > recently on these lists and not answered: > > How do you use RSpec for integration testing (in the Rails sense of > integration testing meaning tests that span controllers)?There''s no explicit support for this at this point. Does anyone else have any experience trying to do this?
I have just integrated IntegrationTest support into REL_0_6_3 (doh! what timing!). As soon as my subscription to rspec-devel comes through I''ll post the diffs (to the plugin, nothing else) for discussion - it works for me but may not for others. It doesn''t work for REL_0_6_4 out of the box, as #sugarize_for_rspec [spec/lib/api/...] has disappeared, but presumably the plugin authors have to fix that one too. Rgds, Jerry David Chelimsky wrote:> On 10/2/06, Mike Pence <mike.pence at gmail.com> wrote: > >> I think the biggest question is the one that has been posed most >> recently on these lists and not answered: >> >> How do you use RSpec for integration testing (in the Rails sense of >> integration testing meaning tests that span controllers)? >> > > There''s no explicit support for this at this point. Does anyone else > have any experience trying to do this? > _______________________________________________ > Rspec-users mailing list > Rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >