code-corps-api icon indicating copy to clipboard operation
code-corps-api copied to clipboard

Consider adding tests for seeds

Open joshsmith opened this issue 8 years ago • 0 comments

Problem

We make use of changesets and other data in our seeds that can change over time. Seeds are especially useful for new contributors and useful for starting fresh with the database for testing purposes. We should consider adding tests (or finding some other way of ensuring seeds do not break as the application changes) to prevent churn in the application from affecting the value of the seeds.

joshsmith avatar Sep 27 '17 17:09 joshsmith