Displaying 1 result from an estimated 1 matches for "article_001".
Did you mean:
article4000
2006 Dec 01
4
Functional Testing AAF Plugin
Is there a way to reliably test the acts_as_ferret plugin using RoR
functional tests? I load my fixtures and no matter what I do, the test
won''t return a result for what *should* be a query that returns results.
Any help on this would be greatly appreciated.
FIXTURE
********
article_001:
id: 1
title: some valid article title
body: This is a valid article entry with
some images and stuff.
FUNCTIONAL TEST
******************
def test_search
get :search, :q => "some valid article title&...