You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abuiles> dgeb: there is something else that has been buggy my and would like to hear your thoughts on, every time I create a unit test for a model, I have to put in need all the other models which it references in the belongsto and hasMany
6:24 PM all good until there
6:25 PM the really annoying part is that I also have to put all the model which those models reference so I end-up with a bunch of things in "needs" which are not necessarily related to the test
6:26 PM abuiles: yeah, that's a real annoyance :/
6:27 PM we need smarter model tests
6:27 PM this shouldn't be necessary
The text was updated successfully, but these errors were encountered:
abuiles> dgeb: there is something else that has been buggy my and would like to hear your thoughts on, every time I create a unit test for a model, I have to put in need all the other models which it references in the belongsto and hasMany
6:24 PM all good until there
6:25 PM the really annoying part is that I also have to put all the model which those models reference so I end-up with a bunch of things in "needs" which are not necessarily related to the test
6:26 PM abuiles: yeah, that's a real annoyance :/
6:27 PM we need smarter model tests
6:27 PM this shouldn't be necessary
The text was updated successfully, but these errors were encountered: