1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Oops, include metric name in csv filename

This commit is contained in:
Jeremy Kemper 2008-06-18 18:36:04 -07:00
parent 616bc42fd7
commit 2541f7ac47

View file

@ -100,7 +100,7 @@ module ActiveSupport
protected
def output_filename
"#{profile_options[:output]}/#{full_test_name}"
"#{profile_options[:output]}/#{full_test_name}_#{@metric.name}"
end
end