Skip to content

Use let_it_be in projects/issues_controller_spec

Jarka Košanová requested to merge issues_controller_spec_optimisation into master

What does this MR do?

It replaces let with let_it_be in spec/controllers/projects/issues_controller_spec.rb

Before

EventProf results for sql.active_record

Total time: 00:45.348 of 02:36.236 (29.03%)
Total events: 41490

After

EventProf results for sql.active_record

Total time: 00:22.553 of 01:09.973 (32.23%)
Total events: 21980

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by John Hope

Merge request reports