post flag functional test
This commit is contained in:
3
test/factories/post_appeal.rb
Normal file
3
test/factories/post_appeal.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
Factory.define(:post_appeal) do |f|
|
||||
f.reason "xxx"
|
||||
end
|
||||
3
test/factories/post_flag.rb
Normal file
3
test/factories/post_flag.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
Factory.define(:post_flag) do |f|
|
||||
f.reason "xxx"
|
||||
end
|
||||
Reference in New Issue
Block a user