Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/atlassian/jira_connect/serializers/deployment_entity_spec.rb')
-rw-r--r--spec/lib/atlassian/jira_connect/serializers/deployment_entity_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/lib/atlassian/jira_connect/serializers/deployment_entity_spec.rb b/spec/lib/atlassian/jira_connect/serializers/deployment_entity_spec.rb
index 57e0b67e9e6..45ede09c7bb 100644
--- a/spec/lib/atlassian/jira_connect/serializers/deployment_entity_spec.rb
+++ b/spec/lib/atlassian/jira_connect/serializers/deployment_entity_spec.rb
@@ -92,16 +92,6 @@ RSpec.describe Atlassian::JiraConnect::Serializers::DeploymentEntity, feature_ca
expect(subject.issue_keys).to contain_exactly('add a')
end
- context 'when `jira_deployment_issue_keys` flag is disabled' do
- before do
- stub_feature_flags(jira_deployment_issue_keys: false)
- end
-
- it 'does not extract issue keys from commits' do
- expect(subject.issue_keys).to be_empty
- end
- end
-
context 'when deploy happened at an older commit' do
before do
# SHA is from a commit between 1) and 2) in the commit list above.