fixup to test update group scores method 3d8abe449a

Co-Authored-By: Thor77 <thor77@thor77.org>
This commit is contained in:
Daniel Schädler 2019-06-04 23:54:19 +02:00 committed by GitHub
parent 3d8abe449a
commit 9c029009fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ RSpec.describe GroupStageService do
@changed_group_scores = GroupStageService.update_group_scores(@group) @changed_group_scores = GroupStageService.update_group_scores(@group)
end end
it 'assigns 1 point to every team' do it 'assigns one point to every team' do
@changed_group_scores.map(&:group_points).each do |points| @changed_group_scores.map(&:group_points).each do |points|
expect(points).to be(1) expect(points).to be(1)
end end