This website requires JavaScript.
Explore
Help
Sign In
Site
/
clarion
Watch
11
Star
0
Fork
You've already forked clarion
0
Code
Issues
4
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
4a8ee144c1
clarion
/
spec
/
factories
/
volunteerships.rb
7 lines
108 B
Ruby
Raw
Normal View
History
Unescape
Escape
FactoryGirl -> FactoryBot
2019-04-28 01:25:13 +03:00
FactoryBot
.
define
do
User-facing volunteership functionality
2015-09-02 00:07:50 +03:00
factory
:volunteership
do
FactoryGirl -> FactoryBot
2019-04-28 01:25:13 +03:00
volunteer_team
{
nil
}
volunteer
{
nil
}
User-facing volunteership functionality
2015-09-02 00:07:50 +03:00
end
end