summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/hashed_storage
Commit message (Collapse)AuthorAgeFilesLines
* Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'blackst0ne2018-07-231-1/+1
| | | | | | | | | | `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
* Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto2018-06-071-0/+75