aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorGonçalo Silva <goncalossilva@gmail.com>2011-03-28 00:32:00 +0100
committerGonçalo Silva <goncalossilva@gmail.com>2011-03-28 00:32:00 +0100
commit1a9b1edb49437076b0b9033876a7b7f57d38f4b9 (patch)
tree8269b9cbadead45281c30b9932f6e6503d9c688e /actionpack/lib
parent84fe2b8b4266f5ef4e3e5f2880a18b8e44a070f0 (diff)
downloadrails-1a9b1edb49437076b0b9033876a7b7f57d38f4b9.tar.gz
rails-1a9b1edb49437076b0b9033876a7b7f57d38f4b9.tar.bz2
rails-1a9b1edb49437076b0b9033876a7b7f57d38f4b9.zip
remove deprecated documentation
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_dispatch/testing/performance_test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_dispatch/testing/performance_test.rb b/actionpack/lib/action_dispatch/testing/performance_test.rb
index 465bf40568..13fe693c32 100644
--- a/actionpack/lib/action_dispatch/testing/performance_test.rb
+++ b/actionpack/lib/action_dispatch/testing/performance_test.rb
@@ -4,9 +4,6 @@ module ActionDispatch
# An integration test that runs a code profiler on your test methods.
# Profiling output for combinations of each test method, measurement, and
# output format are written to your tmp/performance directory.
- #
- # By default, process_time is measured and both flat and graph_html output
- # formats are written, so you'll have two output files per test method.
class PerformanceTest < ActionDispatch::IntegrationTest
include ActiveSupport::Testing::Performance
end