Re: [rspec-users] isolating controller tests from models

2012-03-31 Thread Justin Ko
Sent from my iPhone On Mar 31, 2012, at 5:50 AM, David Chelimsky wrote: > On Sat, Mar 31, 2012 at 2:49 AM, Justin Ko wrote: >> >> On Mar 30, 2012, at 11:11 PM, Fearless Fool wrote: >> >>> This is a rehash of a question I posed at: >>> http://stackoverflow.com/questions/9952317/isolating-con

Re: [rspec-users] isolating controller tests from models

2012-03-31 Thread David Chelimsky
On Sat, Mar 31, 2012 at 2:49 AM, Justin Ko wrote: > > On Mar 30, 2012, at 11:11 PM, Fearless Fool wrote: > >> This is a rehash of a question I posed at: >> http://stackoverflow.com/questions/9952317/isolating-controller-tests-from-models >> The basic question: If I have a FoosController and a Foo