-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Models should not have more than 1 required parameter in get() #352
Comments
I think this may be a good time to think about some unit tests testing the most basic behavior of a model. I.e. should respond to: We can get all models loaded via:
Same with collection:
|
Note to self:
|
This sounds great! |
+ test fixtures for fog#352
To test both scoped and unscoped code paths See fog#352 for more context
Made some good progress on this in #400. SQL and DNS are the only collections left that have >1 required argument |
This issue has been marked inactive and will be closed if no further activity occurs. |
This will need to be fixed, otherwise lifecycle doesn't match:
Game plan:
all
?)skip
test fixtures intest:unit
The text was updated successfully, but these errors were encountered: