Skip to content

Commit

Permalink
remove deprecated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva committed Mar 27, 2011
1 parent 84fe2b8 commit 1a9b1ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions actionpack/lib/action_dispatch/testing/performance_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a9b1ed

Please sign in to comment.