Skip to content
代码片段 群组 项目
提交 7af56f84 编辑于 作者: Stan Hu's avatar Stan Hu
浏览文件

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/127415



Merged-by: default avatarStan Hu <stanhu@gmail.com>
Approved-by: default avatarPrabakaran Murugesan <pmurugesan@gitlab.com>
Approved-by: default avatarStan Hu <stanhu@gmail.com>
Co-authored-by: default avatarKerri Miller <kerrizor@kerrizor.com>
No related branches found
No related tags found
无相关合并请求
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Only specs that *cannot* be run with fast_spec_helper only # Only specs that *cannot* be run with fast_spec_helper only
# See regex_spec for tests that do not require the full spec_helper # See regex_spec for tests that do not require the full spec_helper
RSpec.describe Gitlab::Regex do RSpec.describe Gitlab::Regex, feature_category: :tooling do
describe '.debian_architecture_regex' do describe '.debian_architecture_regex' do
subject { described_class.debian_architecture_regex } subject { described_class.debian_architecture_regex }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册