aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/profiler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/commands/profiler.rb')
-rw-r--r--railties/lib/rails/commands/profiler.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/lib/rails/commands/profiler.rb b/railties/lib/rails/commands/profiler.rb
index 3f6966b4f0..9b3b4f41f6 100644
--- a/railties/lib/rails/commands/profiler.rb
+++ b/railties/lib/rails/commands/profiler.rb
@@ -29,4 +29,5 @@ class ProfilerTest < ActionDispatch::PerformanceTest #:nodoc:
end
RUBY
end
+ ARGV.clear
end