This website requires JavaScript.
Explore
Help
Sign In
bustikiller
/
wedding-planner
Watch
1
Star
0
Fork
0
You've already forked wedding-planner
Code
Issues
Pull Requests
4
Actions
Packages
Projects
Releases
Wiki
Activity
wedding-planner
/
spec
/
factories
/
groups.rb
7 lines
108 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
Create model and controller
2024-08-11 16:29:10 +02:00
FactoryBot
.
define
do
factory
:group
do
Fix factories
2024-08-11 18:59:27 +02:00
sequence
(
:name
)
{
|
i
|
"
Group
#{
i
}
"
}
Create model and controller
2024-08-11 16:29:10 +02:00
order
{
1
}
end
end
Reference in New Issue
Copy Permalink