turniere-backend/spec/models
Thor77 8f88362264 Use code with only alphas for unqiue-validation
Because in some ocassions a tournament code with only digits is
generated which would fail this test because shoulda is not able to
convert it to an uppercase version to test for case-sensitivity of the
validation.
2018-12-02 13:54:27 +01:00
..
group_score_spec.rb Add tests for valid factory to all model tests 2018-11-19 11:47:13 +01:00
group_spec.rb Add model test for group,match,score,stage,user 2018-11-19 11:47:13 +01:00
match_score_spec.rb Change Score to MatchScore & MatchScore score attribute to points 2018-11-30 14:15:48 +01:00
match_spec.rb Change Score to MatchScore & MatchScore score attribute to points 2018-11-30 14:15:48 +01:00
stage_spec.rb Add model test for group,match,score,stage,user 2018-11-19 11:47:13 +01:00
team_spec.rb Change Score to MatchScore & MatchScore score attribute to points 2018-11-30 14:15:48 +01:00
tournament_spec.rb Use code with only alphas for unqiue-validation 2018-12-02 13:54:27 +01:00
user_spec.rb Add model test for group,match,score,stage,user 2018-11-19 11:47:13 +01:00