summaryrefslogtreecommitdiff
path: root/spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb')
-rw-r--r--spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb b/spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb
index 54bb9fd108e..fadd46a7e12 100644
--- a/spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb
+++ b/spec/support/shared_contexts/features/integrations/project_integrations_jira_context.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-RSpec.shared_context 'project service Jira context' do
+RSpec.shared_context 'project integration Jira context' do
let(:url) { 'https://jira.example.com' }
let(:test_url) { 'https://jira.example.com/rest/api/2/serverInfo' }