Changeset 132
- Timestamp:
- 01/24/07 09:21:58 (2 years ago)
- Files:
-
- trunk/demo/test/unit/comment_test.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/demo/test/unit/comment_test.rb
r122 r132 15 15 def test_class_index_dir 16 16 assert_equal "#{RAILS_ROOT}/index/test/comment", Comment.class_index_dir 17 end 18 19 def test_search_for_id 20 assert Comment.find_by_contents('3').empty? 17 21 end 18 22
