turniere-backend/spec
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
..
controllers Score is now MatchScore & Score Attribute is Points Attribute 2018-11-30 15:10:33 +01:00
factories Change Score to MatchScore & MatchScore score attribute to points 2018-11-30 14:15:48 +01:00
interactors Implements Adding Tournaments to Database 2018-11-29 11:58:27 +01:00
models Add workaround for shoulda-matchers#1067 2018-12-02 21:16:24 +01:00
routing Score is now MatchScore & Score Attribute is Points Attribute 2018-11-30 15:10:33 +01:00
services Change Score to MatchScore & MatchScore score attribute to points 2018-11-30 14:15:48 +01:00
auth_helpers.rb Modify local instead of global request 2018-11-25 22:55:49 +01:00
deserialize_helpers.rb Add deserialize_list helper 2018-11-25 22:55:49 +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