Commit 2c34eba1 authored by drew cimino's avatar drew cimino

Double-splat initialize kwargs in spec file

parent 7cff9f31
...@@ -39,7 +39,7 @@ RSpec.describe Ci::DailyBuildGroupReportResultsByGroupFinder do ...@@ -39,7 +39,7 @@ RSpec.describe Ci::DailyBuildGroupReportResultsByGroupFinder do
end end
subject do subject do
described_class.new(attributes).execute described_class.new(**attributes).execute
end end
context 'when current user is allowed to :read_group_build_report_results' do context 'when current user is allowed to :read_group_build_report_results' do
......
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