Skip to content

Commit e14bcf0

Browse files
committed
Fix rubocop violation
1 parent e959bd0 commit e14bcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/buildkite_add_trigger_step_action_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def expected_yaml(
310310
end
311311

312312
it 'includes depends_on when provided with multiple values' do
313-
multiple_dependencies = ['step-1', 'step-2', 'step-3']
313+
multiple_dependencies = %w[step-1 step-2 step-3]
314314
expect(Open3).to receive(:capture3)
315315
.with('buildkite-agent', 'pipeline', 'upload', stdin_data: expected_yaml(depends_on: multiple_dependencies))
316316

0 commit comments

Comments
 (0)