I just stumbled across your repository while trying to fix the same problem. You can run your migrations on the kong_tests database as follows.
vagrant@vagrant-ubuntu-trusty-64:/kong$ bin/kong migrations up -c spec/kong_tests.conf
Then your tests should run fine.
I just stumbled across your repository while trying to fix the same problem. You can run your migrations on the kong_tests database as follows.
Then your tests should run fine.