Commit 484c5964 authored by Dylan Griffith's avatar Dylan Griffith

Merge branch 'mo-fix-kwargs-deprecation-warning' into 'master'

Fix Ruby 2.7 deprecation warnings for JUnit parser

See merge request gitlab-org/gitlab!43687
parents 5ff723de c6619e41
......@@ -4,7 +4,7 @@ require 'fast_spec_helper'
RSpec.describe Gitlab::Ci::Parsers::Test::Junit do
describe '#parse!' do
subject { described_class.new.parse!(junit, test_suite, args) }
subject { described_class.new.parse!(junit, test_suite, **args) }
let(:test_suite) { Gitlab::Ci::Reports::TestSuite.new('rspec') }
let(:test_cases) { flattened_test_cases(test_suite) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment