curriculum
curriculum copied to clipboard
Added new unit test lesson for RoR section.
Complete the following REQUIRED checkboxes:
- [x] I have thoroughly read and understand The Odin Project Contributing Guide
- [x] The title of this PR follows the
location of change: brief description of changeformat, e.g.Intro to HTML and CSS lesson: Fix link text
Complete the following checkboxes ONLY IF they are applicable to your PR. You can complete them later if they are not currently applicable:
- [x] I have previewed all lesson files included in this PR with the Markdown preview tool to ensure the Markdown content is formatted correctly
- [x] I have ensured all lesson files included in this PR follow the Layout Style Guide
1. Because: This PR adds a model testing lesson for the RoR path. --> Closes #XXXXX
2. This PR:
3. Additional Information:
@KevinMulhern Yup! I saw this section working by having the initial lesson focus on the conceptual subject such as this unit test lesson. Then move into the usage of factory bot and model testing in the following lesson with the system testing lesson finishing off the section. From my understanding controller testing and other testing aren't as crucial in regards to testing compared to understanding model testing, unit testing, and system testing. Definitely open to changing it up although.
Yup! I saw this section working by having the initial lesson focus on the conceptual subject such as this unit test lesson. Then move into the usage of factory bot and model testing in the following lesson with the system testing lesson finishing off the section. From my understanding controller testing and other testing aren't as crucial in regards to testing compared to understanding model testing, unit testing, and system testing. Definitely open to changing it up although.
No worries @linkonsat, thanks for clarifying 💪
@rlmoser99 I think that article from Jason would be a solid addition. Especially since the author has other useful articles for Rails/RSpec if the learner feels like exploring.