This website requires JavaScript.
Explore
Help
Sign in
Sutty
/
trabajo-afectivo
Watch
5
Star
0
Fork
You've already forked trabajo-afectivo
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
8f30c37ddf
trabajo-afectivo
/
spec
/
factories
/
import_job.rb
8 lines
113 B
Ruby
Raw
Normal View
History
Unescape
Escape
replaced deprecate FactoryGirl gem with FactoryBot
2017-11-21 21:50:03 +00:00
FactoryBot
.
define
do
- Fixed bug: An error message is shown when entering the LDAP integration admin interface for the first time. Refactoring: - Added documentation and tests to ImportJob. - Added documentation and tests to Import::Ldap. - Introduced Import::Base. - Migrated existing Import::Test modules in tests to new class structure.
2017-05-05 08:58:05 +00:00
factory
:import_job
do
name
'Import::Test'
payload
{
}
dry_run
false
end
end
Reference in a new issue
Copy permalink