Rails: How to test with readonly database? -
Rails: How to test with readonly database? -
i writting application display info readonly database. want utilize testcases test application. database ist quite big , much effort write or generate test info each table.
is there possibility in rails run automated tests database readonly access?
ruby-on-rails database unit-testing readonly
Comments
Post a Comment