Reputation: 45943
I added an entry to the yml fixture for a model. Then rails console test
. But the new record is not in the database.
How do you "update" the test database to access it in rails console?
Working in Rails 3.0.7, using built-in unit test.
Thanks.
Upvotes: 4
Views: 348