fixes #2731: Expunged posts should clear favorite groups

This commit is contained in:
Albert Yi
2016-11-01 13:44:36 -07:00
parent cb1c694074
commit 91793fff82
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
FactoryGirl.define do
factory(:favorite_group) do
end
end