Monday, 9 September 2013

run "db:test:load => db:test:purge" without resetting database

run "db:test:load => db:test:purge" without resetting database

When I am running "rake test:integration" it is calling "db:test:load =>
db:test:purge". I dont want to recreate database, just want to run test
cases without touching database. Is the any way to do it ?

No comments:

Post a Comment