tag unit test updates

This commit is contained in:
Albert Yi
2010-02-07 01:47:40 -05:00
parent 341a24e22e
commit df9c1c4efe
3 changed files with 96 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
Factory.define(:tag) do |f|
f.name {Faker::Name.first_name}
f.name {Faker::Name.first_name.downcase}
f.post_count 0
f.category Tag.categories.general
f.related_tags ""