-
-
Notifications
You must be signed in to change notification settings - Fork 70
Add spec to ChildrenController #179
Add spec to ChildrenController #179
Conversation
27ee78f
to
7669f10
Compare
Thanks a ton for this contribution @EmersonManabuAraki! Sorry I havent had a chance to review this yet, Im just getting re-oriented after a 2 week vacation. Ill make sure to give this a thorough review ASAP! 😄 |
Many of my comments from your other PR (#215) about Again, I REALLY appreciate your work on this! |
7669f10
to
4ce70f4
Compare
4ce70f4
to
35596e3
Compare
@EmersonManabuAraki, I think the only blocker here is that we probably shouldnt be adding more controller specs when the prevailing wisdom is to start migrating controller specs to request specs. See #173 , #180 , #172 , #174 for some context, and please let me know if I can be helpful. |
@EmersonManabuAraki, are you still actively working on this? Can I be helpful in getting this across the finish line? |
I'm not working on it anymore, you can across the finish line |
@benreyn What needs to be done in here? I can help |
Basically we dont want to keep using controller specs, and want to use request specs moving forward. |
@EmersonManabuAraki sorry for the delayed response. I'll merge it in and move it over to request to the request spec. LGTM |
Resolves #151
Description
Add new spec to test ChildrenController
Type of change
How Has This Been Tested?
Running specs
Screenshots