This website requires JavaScript.
Explore
Help
Sign in
ensl
/
ensl.org
Watch
0
Star
0
Fork
You've already forked ensl.org
0
mirror of
https://github.com/ENSL/ensl.org.git
synced
2024-12-28 13:31:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
464c6de87e
ensl.org
/
spec
/
factories
/
map.rb
6 lines
94 B
Ruby
Raw
Normal View
History
Unescape
Escape
Update to FactoryBot and fix admin panel spec
2020-03-15 13:33:58 +00:00
FactoryBot
.
define
do
Added maps api
2015-08-01 15:34:01 +00:00
factory
:map
do
sequence
(
:name
)
{
|
n
|
"
ns_MapName
#{
n
}
"
}
end
end
Reference in a new issue
Copy permalink