turniere-backend/spec
Daniel Schädler 8388af20f0 Generalize tournament save interactor
It now is responsible for saving all ApplicationRecord objects to the
database. This will reduce code duplication one we have other objects
that need to be saved. (As we will soon need to save individual matches)
2019-05-26 20:14:13 +02:00
..
controllers Delegate owner of team to tournament again 2019-05-22 09:25:07 +02:00
factories Save the whole stage instead of the single matches 2019-05-22 09:25:07 +02:00
interactors Generalize tournament save interactor 2019-05-26 20:14:13 +02:00
models Remove deprecated Factory Tests 2019-05-15 09:12:01 +02:00
routing Add routing to StatisticsController 2019-05-16 20:53:05 +02:00
services Use factories instead of creating models manually 2019-05-16 20:53:05 +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