]> git.openstreetmap.org Git - rails.git/blob - test/unit/diary_entry_test.rb
0e10f8a9a485a89844a933f2e28e51fcf85b43a9
[rails.git] / test / unit / diary_entry_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class DiaryEntryTest < Test::Unit::TestCase
4   fixtures :diary_entries
5   
6   
7   def test_diary_entry_count
8     assert_equal 2, DiaryEntry.count
9   end
10   
11 end