From 9b5fd797c5bb15ab6dc333210775fa1ff6544312 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 24 May 2009 01:05:16 +0200 Subject: performance guide: performance tests run in test environment, thanks to Nicholas J Kreucher --- railties/guides/source/performance_testing.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/performance_testing.textile b/railties/guides/source/performance_testing.textile index 320a5b8472..f0dc9acbb8 100644 --- a/railties/guides/source/performance_testing.textile +++ b/railties/guides/source/performance_testing.textile @@ -293,7 +293,7 @@ WARNING: Performance test configurability is not yet enabled in Rails. But it wi h4. Performance Test Environment -Performance tests are run in the +development+ environment. But running performance tests will set the following configuration parameters: +Performance tests are run in the +test+ environment. But running performance tests will set the following configuration parameters: ActionController::Base.perform_caching = true -- cgit v1.2.3