-
Notifications
You must be signed in to change notification settings - Fork 21
Allow sorting between no docs and docs #21
Comments
@thenickcox What do you mean by |
@prathamesh-sonpatki Went to write a test for this, but I didn't want to introduce any new testing strategies. I thought about just wrapping it into a controller test and checking for a |
I prefer integration style tests. That being said apparently I've neglected writing any for this project 0_o Hitting the DB is fine. You can see how we use fixtures in https://github.com/codetriage/codetriage/tree/master/test/fixtures |
This commit adds sorting on a repo between documented and undocumented methods, via a simple UI. Closes codetriage#21.
This commit adds sorting on a repo between documented and undocumented methods, via a simple UI. Closes codetriage#21.
This commit adds sorting on a repo between documented and undocumented methods, via a simple UI. Closes codetriage#21.
I was just paging through the docs for rails, and it took me an embarrassingly long time before I realized that the docs there were for every method, not just the undocumented ones. And yes, I saw the
"(undocumented)" string next to the method title, but I was confused.
My use case was coming to manually find undocumented methods, because the one I received via email today stumped me. A way to filter between documented and undocumented methods would be awesome.
The text was updated successfully, but these errors were encountered: