turniere-backend/spec
Daniel Schädler ae8575fd5a Create realistic number of Matches
When match_count is -1 the number of matches generated is automatically
2 ^ stage.level -> This is the amount of stages present in a "real"
tournament stage. When supplying a positive number, it generates that
many matches like before.

This also now adds the position to the match list after creating them
2019-05-11 08:54:23 +02:00
..
controllers Add methods and specs to update a match 2019-05-07 18:41:53 +02:00
factories Create realistic number of Matches 2019-05-11 08:54:23 +02:00
interactors Generalize tournament save interactor 2019-05-11 08:54:23 +02:00
models Add tests for match winner method 2019-05-11 08:54:23 +02:00
routing Score is now MatchScore & Score Attribute is Points Attribute 2018-11-30 15:10:33 +01:00
services Raise exceptions upon error in group_stage_service 2019-05-04 20:34:57 +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
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