summaryrefslogtreecommitdiff
path: root/spec/requests/jira_routing_spec.rb
diff options
context:
space:
mode:
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) }