7 lines
96 B
Ruby
7 lines
96 B
Ruby
FactoryGirl.define do
|
|
factory(:post_flag) do
|
|
reason "xxx"
|
|
is_resolved false
|
|
end
|
|
end
|