Hi, all!
I was wondering if there is any way to have ExUnit tests to print validation failure messages from changesets when it seeds the database.
I have this validate_inclusion changeset for a field, and I just spent an awful lot of time testing this one model completely oblivious of a typo I made in my seed script because I thought the message would pop up to me in test if the validation would fail.
I’m probably missing something fundamental on how either ExUnit or changesets work.