Skip to content

Remove deleted files from rspec order todos

Tan Le requested to merge clean-up-rspec-order-todo into master

What does this MR do and why?

This MR removes deleted files from rspec_order_todo.yml. I used this script to facilitate this change.

$ bash cleanup_removed.sh
Retrieving excludes from: spec/support/rspec_order_todo.yml
Removing entries for ee/spec/controllers/profiles/usage_quotas_controller_spec.rb
Removing entries for ee/spec/lib/gitlab/ip_address_state_spec.rb
Removing entries for ee/spec/services/ee/namespace_settings/assign_attribute_service_spec.rb
Removing entries for ee/spec/services/elastic/cluster_reindexing_service_spec.rb
Removing entries for ee/spec/services/groups/memberships/export_service_spec.rb
Removing entries for spec/controllers/profiles/gpg_keys_controller_spec.rb
Removing entries for spec/lib/banzai/filter/autolink_filter_spec.rb
Removing entries for spec/lib/banzai/filter/blockquote_fence_filter_spec.rb
Removing entries for spec/lib/banzai/filter/table_of_contents_filter_spec.rb
Removing entries for spec/lib/gitlab/ci/yaml_processor/feature_flags_spec.rb
Removing entries for spec/lib/gitlab/import/logger_spec.rb
Removing entries for spec/models/concerns/sensitive_serializable_hash_spec.rb

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Tan Le

Merge request reports