summaryrefslogtreecommitdiff
path: root/spec/requests/jira_routing_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-08 18:08:30 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-08 18:08:30 +0000
commit54943f1e68bd4e1951bf3d6c438acab8d783fc31 (patch)
tree7528e59c2fd305422f64c44c124ed2cda35b6cd2 /spec/requests/jira_routing_spec.rb
parent8a7e48133fa53ea53107eafb4e71fbe72545588e (diff)
downloadgitlab-ce-54943f1e68bd4e1951bf3d6c438acab8d783fc31.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/requests/jira_routing_spec.rb')
-rw-r--r--spec/requests/jira_routing_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/jira_routing_spec.rb b/spec/requests/jira_routing_spec.rb
index e0e170044de..f1edb58bb10 100644
--- a/spec/requests/jira_routing_spec.rb
+++ b/spec/requests/jira_routing_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe 'Jira referenced paths', type: :request do
+RSpec.describe 'Jira referenced paths', type: :request, feature_category: :integrations do
using RSpec::Parameterized::TableSyntax
let(:user) { create(:user) }