Skip to content
代码片段 群组 项目
未验证 提交 b72b1acd 编辑于 作者: Kerri Miller's avatar Kerri Miller 提交者: GitLab
浏览文件

Merge branch 'kerrizor/add-missing-feature_category-declaration' into 'master'

Add missing feature_category declaration

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183223



Merged-by: default avatarKerri Miller <kerrizor@kerrizor.com>
Approved-by: default avatarNikola Milojevic <nmilojevic@gitlab.com>
No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
......@@ -2,7 +2,7 @@
require "spec_helper"
RSpec.describe Gitlab::Git::DiffStatsCollection do
RSpec.describe Gitlab::Git::DiffStatsCollection, feature_category: :source_code_management do
let(:stats_a) do
Gitaly::DiffStats.new(additions: 10, deletions: 15, path: 'foo')
end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册