Other than jumping into the codebase myself, I was wondering if anyone has done a high-level (or better yet low level) write-up on how rspec works under the covers? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20120514/ebf09c48/attachment.html>
On Mon, May 14, 2012 at 2:23 PM, S Ahmed <sahmed1020 at gmail.com> wrote:> Other than jumping into the codebase myself, I was wondering if anyone has > done a high-level (or better yet low level) write-up on how rspec works > under the covers?The RSpec Book has a fairly deep discussion on the inner workings. Other than that, there are some things you can get from the docs, but there is not a central "this is how RSpec works" document that I''ve written or am aware of.