Phoenix - Seeding Your Tests
If you need to seed your test database when running
Phoenix tests, you can require the seed
file in test/test_helper.exs
:
You can, of course, require a different file instead.
If you need to seed your test database when running
Phoenix tests, you can require the seed
file in test/test_helper.exs
:
You can, of course, require a different file instead.