added tag alias unit test
This commit is contained in:
5
test/factories/tag_alias.rb
Normal file
5
test/factories/tag_alias.rb
Normal 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
|
||||
Reference in New Issue
Block a user