added tag subscription functional test

This commit is contained in:
albert
2011-01-31 01:55:40 -05:00
parent c0968ec5e3
commit 9837735c93
7 changed files with 71 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
Factory.define(:tag_subscription) do |f|
f.owner {|x| x.association(:user)}
f.name {Faker::Lorem.words.join(" ")}
f.is_visible_on_profile true
f.is_public true
end