Changeset 217
- Timestamp:
- 04/23/08 02:20:21 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/picolena/templates/spec/models/finder_spec.rb
r181 r217 91 91 92 92 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??? 93 94 Finder.new("date:<1982").matching_documents.should be_empty 94 95 Finder.new("19831209*").matching_document.basename.should == "office2003-word-template"
