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
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
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 model, can I
> run FoosController rspec tests without crea
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 model, can I
run FoosController rspec tests without creating the foos database table?
I haven't found a good way t