added tag alias unit test

This commit is contained in:
albert
2010-02-12 13:43:00 -05:00
parent d388b1b3bd
commit f0ed612042
8 changed files with 72 additions and 31 deletions

View File

@@ -0,0 +1,5 @@
Factory.define(:tag_alias) do |f|
f.creator {|x| x.association(:user)}
f.updater_id {|x| x.creator_id}
f.updater_ip_addr "127.0.0.1"
end