mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
5 lines
95 B
Ruby
5 lines
95 B
Ruby
FactoryGirl.define do
|
|
factory :map do
|
|
sequence(:name) { |n| "ns_MapName#{n}" }
|
|
end
|
|
end
|