From e6b59432eae0171db2fa39533a334a904c067a20 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Wed, 11 Jan 2012 20:18:37 +0530 Subject: fixes in api docs --- railties/lib/rails/commands/benchmarker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails/commands/benchmarker.rb') diff --git a/railties/lib/rails/commands/benchmarker.rb b/railties/lib/rails/commands/benchmarker.rb index 6c52d0f70f..b745b45e17 100644 --- a/railties/lib/rails/commands/benchmarker.rb +++ b/railties/lib/rails/commands/benchmarker.rb @@ -21,7 +21,7 @@ def options options end -class BenchmarkerTest < ActionDispatch::PerformanceTest +class BenchmarkerTest < ActionDispatch::PerformanceTest #:nodoc: self.profile_options = options ARGV.each do |expression| -- cgit v1.2.3