6 lines
76 B
Ruby
6 lines
76 B
Ruby
FactoryGirl.define do
|
|
factory(:post_appeal) do
|
|
reason "xxx"
|
|
end
|
|
end
|