Skip to content

Test EE::Ci::JobArtifact in proper spec

Tetiana Chupryna requested to merge refactoring-merge-job-artifact-spec into master

What does this MR do?

We had two files to test EE functionality of Ci::JobArtifact:

  1. https://gitlab.com/gitlab-org/gitlab/blob/master/ee/spec/models/ci/job_artifact_spec.rb
  2. https://gitlab.com/gitlab-org/gitlab/blob/master/ee/spec/models/ee/ci/job_artifact_spec.rb

but we only have a module EE::Ci::JobArtifact

So we need to merge [1] into [2] and remove [1] since it's also quite confusing.

Screenshots

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

Merge request reports