[openSUSE/open-build-service] fa6a3c: Introduces perform_active_job example setting
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: fa6a3c01415e50b783efa2ca17d73ef640698247 https://github.com/openSUSE/open-build-service/commit/fa6a3c01415e50b783efa2... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2022-07-11 (Mon, 11 Jul 2022) Changed paths: M src/api/spec/support/delayed_job.rb Log Message: ----------- Introduces perform_active_job example setting Add this to your example if you want the ActiveJobs scheduled in it to perform inline. ``` describe #blah, :perform_active_job do ... end ``` Commit: c26a5d7940c608ea3288a23b976193294a5111fd https://github.com/openSUSE/open-build-service/commit/c26a5d7940c608ea3288a2... Author: Dany Marcoux <dmarcoux@posteo.de> Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: M src/api/spec/support/delayed_job.rb Log Message: ----------- Merge pull request #12789 from hennevogel/spec/perform_active_jobs Introduces perform_active_job example setting Compare: https://github.com/openSUSE/open-build-service/compare/1552eaf25689...c26a5d...
participants (1)
-
Dany Marcoux