From c882575c856e01313cf2caf2e4ead1f27bfb33ae Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Mon, 9 Feb 2015 22:45:04 -0500 Subject: [PATCH] We need tmp/cache to exist before we can run performance tests refs #4754 --- apps/workbench/test/performance_test_helper.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/workbench/test/performance_test_helper.rb b/apps/workbench/test/performance_test_helper.rb index 7d335d819a..e3da839d94 100644 --- a/apps/workbench/test/performance_test_helper.rb +++ b/apps/workbench/test/performance_test_helper.rb @@ -1,5 +1,8 @@ require 'integration_helper' +# We need tmp/cache to exist before we can run tests +Rake::Task["tmp:create"].invoke + # Performance test can run in two two different ways: # # 1. Similar to other integration tests using the command: -- 2.30.2