Fix Rubocop offenses

This commit is contained in:
Sebastian Serth
2022-10-24 12:10:10 +02:00
parent b32bf1232b
commit c75f52f2c8
20 changed files with 222 additions and 222 deletions

View File

@ -126,7 +126,7 @@ describe Submission do
end
describe '#calculate_score' do
let(:runner) { create :runner }
let(:runner) { create(:runner) }
before do
allow(Runner).to receive(:for).and_return(runner)