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