turniere-backend/spec/interactors
Daniel Schädler c9e1e153df Add interactor to advance all teams stuck in single team matches
After playoffs are created, before saving the stage this interactor
goes to the intermediate stage, looks for all the matches that are
:single_team matches and populates the match below with their respective
"winner".
2019-06-17 15:02:30 +02:00
..
add_group_stage_to_tournament_interactor_spec.rb Assign default values on Group Stage creation 2019-06-13 13:21:24 +02:00
add_playoffs_to_tournament_interactor_spec.rb Add test type to all interactor tests 2019-06-13 13:21:24 +02:00
advance_teams_in_intermediate_stage_interactor_spec.rb Add interactor to advance all teams stuck in single team matches 2019-06-17 15:02:30 +02:00
populate_match_below_interactor_spec.rb Correctly raise exceptions in mock 2019-06-14 15:53:12 +02:00
save_application_record_object_to_database_interactor_spec.rb Add test type to all interactor tests 2019-06-13 13:21:24 +02:00
update_groups_group_scores_interactor_spec.rb Correctly raise exceptions in mock 2019-06-14 15:53:12 +02:00