gitlab-org--gitlab-foss/spec/models/ci
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
..
build_trace_chunks Add specs for each data store 2018-06-25 19:46:38 +09:00
artifact_blob_spec.rb Add port number to artifacts links to gitlab-pages, if needed 2018-03-29 14:47:51 +02:00
build_metadata_spec.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
build_runner_session_spec.rb Web Terminal Ci Build 2018-07-05 13:55:10 +00:00
build_spec.rb Fix Rubocop offense in build_spec.rb 👮 2018-07-20 10:28:45 +00:00
build_trace_chunk_spec.rb Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs' 2018-07-23 15:34:54 +11:00
build_trace_section_name_spec.rb Add CI build trace sections extractor 2017-10-05 15:42:25 +02:00
build_trace_section_spec.rb Add CI build trace sections extractor 2017-10-05 15:42:25 +02:00
group_spec.rb Fix Rubocop offense in grouped statuses class specs 2018-05-23 13:30:34 +02:00
group_variable_spec.rb Include CI Variable Key in its uniqueness validation error message 2018-02-23 01:19:46 +01:00
job_artifact_spec.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
legacy_stage_spec.rb
pipeline_schedule_spec.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
pipeline_schedule_variable_spec.rb
pipeline_spec.rb Add CI_{PIPELINE,JOB}_URL 2018-06-12 11:06:33 +02:00
pipeline_variable_spec.rb Support custom attributes on users 2017-09-28 16:49:42 +00:00
runner_spec.rb Remove the use of `is_shared` of `Ci::Runner` 2018-06-26 15:53:09 +02:00
stage_spec.rb Raise error if pipeline / stage hits unknown status 2018-06-04 11:29:39 +02:00
trigger_request_spec.rb
trigger_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
variable_spec.rb Include CI Variable Key in its uniqueness validation error message 2018-02-23 01:19:46 +01:00