[rspec-users] find_all_by returning nil
John Mark
lists at ruby-forum.com
Mon Aug 11 14:47:31 EDT 2008
David Chelimsky wrote:
> On Mon, Aug 11, 2008 at 1:31 PM, Craig Demyanovich
> <cdemyanovich at gmail.com> wrote:
>> Looks like this line
>>
>> Product.stub(!find_all_by_category_id).with(anything()).and_return([product])
>>
>> might be the culprit. It should be stub!(find... instead of stub(!find....
>
> Actually, stub!(:find....
Sorry that was a typo
Its actually stub! in my code
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list