Fix factory name for stageless tournament

This commit is contained in:
Daniel Schädler 2019-05-23 12:01:34 +02:00
parent 21c79665e1
commit d61b3b2b63
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RSpec.describe AddGroupStageToTournament do
end
before do
@empty_tournament = create(:stage_less_tournament)
@empty_tournament = create(:stageless_tournament)
@group_stage_tournament = create(:group_stage_only_tournament, group_count: 0)
@group_stage = create(:group_stage)
@groups = Hash[1 => create_list(:team, 4), 2 => create_list(:team, 4)].values