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