Hi all! I’m curious to know if there’s a legit way to populate my _test
database with fixtures without running a unit test first.
See, if I run @script/console test@, my _test database is empty.
However, if I run a unit test and then hop directly into console test,
my data’s there. This seems like an odd way to do things. Is there a
more legit way?
Thanks, much!