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
build_trace_section_spec.rb
group_spec.rb Fix Rubocop offense in grouped statuses class specs 2018-05-23 13:30:34 +02:00
group_variable_spec.rb
job_artifact_spec.rb Updates from rubocop -a 2018-07-09 21:13:08 +08:00
legacy_stage_spec.rb
pipeline_schedule_spec.rb
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
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
variable_spec.rb