Changeset 257

Show
Ignore:
Timestamp:
04/25/08 02:39:41 (7 months ago)
Author:
eric.dumin..@gmail.com
Message:

Problem seems to be fixed with new indexer.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/picolena/templates/spec/models/finder_spec.rb

    r247 r257  
    9191   
    9292  it "should find documents according to their modification date" do 
    93     #FIXME: Specs don't pass in /tmp folder. They do pass in any other directory, though. Why??? 
    9493    Finder.new("date:<1982").matching_documents.should be_empty 
    9594    Finder.new("19831209*").matching_document.basename.should == "office2003-word-template"