summaryrefslogtreecommitdiff
path: root/spec/migrations/active_record
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
* Refactor schema_spec.rb for CE-EE parity and simplicityRobert Speicher2018-06-071-1/+5
|
* Merge branch 'jej/mattermost-notification-confidentiality-10-6' into ↵Douwe Maan2018-04-051-0/+44
| | | | | | | | | | 'security-10-6' [10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-0/+23
- Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first