mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:51:50 +08:00
6 lines
136 B
Ruby
6 lines
136 B
Ruby
|
Fabricator(:incoming_link) do
|
||
|
user
|
||
|
post
|
||
|
ip_address { sequence(:ip_address) { |n| "123.#{(n*3)%255}.#{(n*2)%255}.#{n%255}" } }
|
||
|
end
|