Skip to content
Snippets Groups Projects
Commit 524e5d3a authored by James Fargher's avatar James Fargher
Browse files

Merge branch 'andysoiron/add-feature-category-to-jira-connect-tests' into 'master'

Add feature_category to JiraConnect tests

See merge request !105848



Merged-by: default avatarJames Fargher <proglottis@gmail.com>
Approved-by: default avatarBrian Williams <bwilliams@gitlab.com>
Approved-by: default avatarJames Fargher <proglottis@gmail.com>
Co-authored-by: default avatarAndy Soiron <asoiron@gitlab.com>
parents bb5ec9d3 1caa6314
No related branches found
No related tags found
1 merge request!105848Add feature_category to JiraConnect tests
Pipeline #714060774 failed
Pipeline: GitLab

#714069237

    Pipeline: GitLab

    #714069227

      ......@@ -2,7 +2,7 @@
      require 'spec_helper'
      RSpec.describe JiraConnectInstallation do
      RSpec.describe JiraConnectInstallation, feature_category: :integrations do
      describe 'associations' do
      it { is_expected.to have_many(:subscriptions).class_name('JiraConnectSubscription') }
      end
      ......
      ......@@ -2,7 +2,7 @@
      require 'spec_helper'
      RSpec.describe JiraConnect::InstallationsController do
      RSpec.describe JiraConnect::InstallationsController, feature_category: :integrations do
      let_it_be(:installation) { create(:jira_connect_installation) }
      describe 'GET /-/jira_connect/installations' do
      ......
      ......@@ -2,7 +2,7 @@
      require 'spec_helper'
      RSpec.describe JiraConnect::PublicKeysController do
      RSpec.describe JiraConnect::PublicKeysController, feature_category: :integrations do
      describe 'GET /-/jira_connect/public_keys/:uuid' do
      before do
      allow(Gitlab).to receive(:com?).and_return(dot_com)
      ......
      ......@@ -2,7 +2,7 @@
      require 'spec_helper'
      RSpec.describe JiraConnect::CreateAsymmetricJwtService do
      RSpec.describe JiraConnect::CreateAsymmetricJwtService, feature_category: :integrations do
      describe '#execute' do
      let_it_be(:jira_connect_installation) { create(:jira_connect_installation) }
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment