firstdraft / draft_generators

Rails generators that help beginners learn to program.
MIT License
2 stars 3 forks source link

Update the generated test suite #98

Open raghubetina opened 4 years ago

raghubetina commented 4 years ago

The draft:resource generator at one point in time used to also generate functional CRUD specs, complete with hints.

This will be useful both as we update the generators, so that we can easily verify that we didn't break anything, and for automating generating homeworks.