gitlab-org--gitlab-foss/spec/services/users
blackst0ne ddd2a25679 Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'
`perform_enqueued_jobs` is a Sidekiq method.
Using this method violates the Dependency inversion principle[0].

This commit replaces `perform_enqueued_jobs` with ActiveJob's abstract
method `perform_enqueued_jobs` in specs.

[0]: https://en.wikipedia.org/wiki/Dependency_inversion_principle
2018-07-23 15:34:54 +11:00
..
activity_service_spec.rb Delete UserActivities and related workers 2018-07-18 15:44:10 +02:00
build_service_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
create_service_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
destroy_service_spec.rb Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs' 2018-07-23 15:34:54 +11:00
keys_count_service_spec.rb small change to make less conflict with EE version 2017-12-11 16:45:06 +00:00
last_push_event_service_spec.rb Only cache the event for the fork-source when it exists 2017-10-22 20:24:47 +03:00
migrate_to_ghost_user_service_spec.rb Ensure all project factories use :repository trait or :empty_project 2017-08-01 14:51:52 -04:00
refresh_authorized_projects_service_spec.rb Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00
respond_to_terms_service_spec.rb Allow a user to accept/decline terms 2018-05-04 13:54:43 +02:00
update_service_spec.rb Validate path uniqueness only on Route, and bubble up appropriately 2018-02-06 12:06:38 -06:00