turniere-backend/spec
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
..
controllers Fix mock using throw instead of raise 2019-06-17 13:48:50 +02:00
factories Add :bet factory 2019-06-17 13:48:49 +02:00
interactors Add interactor to advance all teams stuck in single team matches 2019-06-17 15:02:30 +02:00
models Add bet model 2019-06-17 13:48:49 +02:00
routing Add routing to StatisticsController 2019-05-16 20:53:05 +02:00
services Assign :intermediate_stage to first stage if single_team matches present 2019-06-17 15:02:30 +02:00
auth_helpers.rb Modify local instead of global request 2018-11-25 22:55:49 +01:00
deserialize_helpers.rb Adapt deserialization methods to new schema 2018-12-11 17:14:43 +01:00
factorybot_lint_spec.rb Change from rake Task to a single spec 2019-05-15 09:12:01 +02:00
rails_helper.rb Add and include DeserializeHelpers 2018-11-24 20:33:31 +01:00
spec_helper.rb Prepare spec_helper for focused tests 2018-11-29 11:02:25 +01:00