post flag functional test

This commit is contained in:
albert
2011-03-30 15:30:06 -04:00
parent 1f5c454241
commit 8710368c7a
5 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
Factory.define(:post_appeal) do |f|
f.reason "xxx"
end

View File

@@ -0,0 +1,3 @@
Factory.define(:post_flag) do |f|
f.reason "xxx"
end