spec/services/create_commit_service_spec.rb [82:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        commit = service.execute(project,
                                 ref: 'refs/tags/0_1',
                                 before: '00000000',
                                 after: '31das312',
                                 commits: commits,
                                 ci_yaml_file: "invalid: file"
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/services/create_commit_service_spec.rb [118:124]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      commit = service.execute(project,
                               ref: 'refs/tags/0_1',
                               before: '00000000',
                               after: '31das312',
                               commits: commits,
                               ci_yaml_file: "invalid: file"
      )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



