To edit pages or tickets please login with username/password: aaf/aaf

Show
Ignore:
Timestamp:
02/18/08 20:36:04 (9 months ago)
Author:
jk
Message:

only some failures left

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demo/test/unit/special_content_test.rb

    r191 r319  
    1515  end 
    1616 
    17   def test_find_by_contents 
    18     contents_from_ferret = SpecialContent.find_by_contents('single table') 
     17  def test_find_with_ferret 
     18    contents_from_ferret = SpecialContent.find_with_ferret('single table') 
    1919    assert_equal 1, contents_from_ferret.size 
    2020    assert_equal ContentBase.find(3), contents_from_ferret.first 
    21     contents_from_ferret = SpecialContent.find_by_contents('title') 
     21    contents_from_ferret = SpecialContent.find_with_ferret('title') 
    2222    assert contents_from_ferret.empty? 
    2323     

To edit pages or tickets please login with username/password: aaf/aaf