Rails db:setup does not drop the database(s) if they already exist before creating them.

If you want to drop the databases first, use  Rails db:reset.