Re: [rspec-users] Introductory recommendations?

2009-12-01 Thread Jon Pincus
Thanks all for the feedback, excellent suggestions! -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Introductory recommendations?

2009-11-21 Thread Jon Pincus
Thanks Andy and Carl. I've bought The RSpec Book and there's a wealth of good information, but the tutorial in Chapter 5 ("Getting Started with RSpec") starts with mock objects and the quirks of should_receive.with ... that seems like a pretty advanced place to start for those who aren't famil

[rspec-users] Introductory recommendations?

2009-11-20 Thread Jon Pincus
Hi all, I'm with a team of engineers who are new to RSpec, and I'm looking for some good introductory material. Ideally it would be something like the two-part Railscast on Cucumber ( http://asciicasts.com/episodes/155-beginning-with-cucumber ) which doesn't assume detailed knowledge of TDD. I f