aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-05-24 01:05:16 +0200
committerXavier Noria <fxn@hashref.com>2009-05-24 01:05:16 +0200
commit9b5fd797c5bb15ab6dc333210775fa1ff6544312 (patch)
tree9c042fa1a1cdf9056021fc679503bac5411081d4 /railties/guides
parenta65457158e68aeb4936f6fa59031fd430ebb89f8 (diff)
downloadrails-9b5fd797c5bb15ab6dc333210775fa1ff6544312.tar.gz
rails-9b5fd797c5bb15ab6dc333210775fa1ff6544312.tar.bz2
rails-9b5fd797c5bb15ab6dc333210775fa1ff6544312.zip
performance guide: performance tests run in test environment, thanks to Nicholas J Kreucher
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/performance_testing.textile2
1 files changed, 1 insertions, 1 deletions
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:
<shell>
ActionController::Base.perform_caching = true