3 lines
75 B
Ruby
3 lines
75 B
Ruby
|
Fabricator(:permalink) do
|
||
|
url { sequence(:url) {|i| "my/#{i}/url" } }
|
||
|
end
|