turniere-backend/spec/models
Thor77 8261a919fa
Add workaround for shoulda-matchers#1067
https://github.com/thoughtbot/shoulda-matchers/issues/1067
This issue led to the failure of the solution I implemented before in 8f88362264.
Because of it shoulda-matchers will just ignore the given record for the
validation check and just take the first existing one which in this case
can still contain a only-digits code, because it was generated in the
before-block.
2018-12-02 21:16:24 +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 Add workaround for shoulda-matchers#1067 2018-12-02 21:16:24 +01:00
user_spec.rb Add model test for group,match,score,stage,user 2018-11-19 11:47:13 +01:00