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/workers/jira_connect/sync_branch_worker_spec.rb')
-rw-r--r--spec/workers/jira_connect/sync_branch_worker_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/workers/jira_connect/sync_branch_worker_spec.rb b/spec/workers/jira_connect/sync_branch_worker_spec.rb
index 1c2661ad0e5..18eb22b8a47 100644
--- a/spec/workers/jira_connect/sync_branch_worker_spec.rb
+++ b/spec/workers/jira_connect/sync_branch_worker_spec.rb
@@ -14,7 +14,7 @@ RSpec.describe JiraConnect::SyncBranchWorker, feature_category: :integrations do
let(:project_id) { project.id }
let(:branch_name) { 'master' }
- let(:commit_shas) { %w(b83d6e3 5a62481) }
+ let(:commit_shas) { %w[b83d6e3 5a62481] }
let(:update_sequence_id) { 1 }
def perform