Re: [rspec-users] questions about meta-programming in a shared_examples group

2010-05-10 Thread David Chelimsky
Hi Stephen, On May 10, 2010, at 8:48 PM, Stephen Bannasch wrote: > I've created a shared_examples group that helps me dry up the testing of a > large set of similar rails controllers. > > These controllers have an html interface but mostly what I am testing with > the shared_examples group is

[rspec-users] questions about meta-programming in a shared_examples group

2010-05-10 Thread Stephen Bannasch
I've created a shared_examples group that helps me dry up the testing of a large set of similar rails controllers. These controllers have an html interface but mostly what I am testing with the shared_examples group is the rendering of four different forms of xml that relate to running a dynami