0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-18 15:32:23 +00:00
ensl.org/spec/factories/map.rb

6 lines
94 B
Ruby
Raw Normal View History

FactoryBot.define do
2015-08-01 15:34:01 +00:00
factory :map do
sequence(:name) { |n| "ns_MapName#{n}" }
end
end