0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-06-03 02:01:10 +00:00
ensl.org/spec/factories/map.rb

6 lines
95 B
Ruby
Raw Normal View History

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