Skip to content

Commit cd2f6b1

Browse files
authored
Merge pull request rails#53807 from fatkodima/change-profile_reporter-parent
Change testing `ProfileReporter`'s parent to `Reporter`
2 parents 035485e + 349fd17 commit cd2f6b1

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)