3021: Do not drop/create API database at startup: run-tests.sh does that for us.
authorTom Clegg <tom@curoverse.com>
Sun, 11 Jan 2015 07:36:35 +0000 (02:36 -0500)
committerTom Clegg <tom@curoverse.com>
Sun, 11 Jan 2015 07:36:35 +0000 (02:36 -0500)
apps/workbench/test/test_helper.rb

index 2b480f9b3934813400a50850a46dd6367861f751..8acb2bfeaf3dbcbca499b02d0a66b8f748ab67d2 100644 (file)
@@ -160,8 +160,6 @@ class ApiServerForTests
                 '--pid-file', @pidfile)
       else
         make_ssl_cert
-        _system('bundle', 'exec', 'rake', 'db:test:load')
-        _system('bundle', 'exec', 'rake', 'db:fixtures:load')
         _system('bundle', 'exec', 'passenger', 'start', '-d', '-p3000',
                 '--pid-file', @pidfile,
                 '--ssl',