From 591446b97754292031a4214f08039adebd56cfe8 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Sun, 11 Jan 2015 02:36:35 -0500 Subject: [PATCH] 3021: Do not drop/create API database at startup: run-tests.sh does that for us. --- apps/workbench/test/test_helper.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/workbench/test/test_helper.rb b/apps/workbench/test/test_helper.rb index 2b480f9b39..8acb2bfeaf 100644 --- a/apps/workbench/test/test_helper.rb +++ b/apps/workbench/test/test_helper.rb @@ -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', -- 2.30.2