We need tmp/cache to exist before we can run performance tests
authorWard Vandewege <ward@curoverse.com>
Tue, 10 Feb 2015 03:45:04 +0000 (22:45 -0500)
committerWard Vandewege <ward@curoverse.com>
Tue, 10 Feb 2015 03:45:04 +0000 (22:45 -0500)
refs #4754

apps/workbench/test/performance_test_helper.rb

index 7d335d819ad62bf33133b07a7fff18b875ff16b9..e3da839d946b850bc88d633621dacf4976face4f 100644 (file)
@@ -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: