Skip to content

Commit 349fd17

Browse files
committed
Change testing ProfileReporter's parent to Reporter
1 parent 035485e commit 349fd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/minitest/rails_plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def aggregated_results(*)
2525
end
2626
end
2727

28-
class ProfileReporter < StatisticsReporter
28+
class ProfileReporter < Reporter
2929
def initialize(io = $stdout, options = {})
3030
super
3131
@results = []

0 commit comments

Comments
 (0)