Changeset 217

Show
Ignore:
Timestamp:
04/23/08 02:20:21 (7 months ago)
Author:
eric.dumin..@gmail.com
Message:

Small bug comment.

Files:

Legend:

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

    r181 r217  
    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??? 
    9394    Finder.new("date:<1982").matching_documents.should be_empty 
    9495    Finder.new("19831209*").matching_document.basename.should == "office2003-word-template"