Every time I run test. Rails will delete my data from table. I have million of record in my table for testing search performance and corrective. I can't add data every time I run test.
How to tell rails "Please don't delete data in this table" when i run test.
ps.
I found this link
It's maybe relate to my problems but I don't know where to put his code in my rails project.