Skip to content

Commit

Permalink
Change testing ProfileReporter's parent to Reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Dec 3, 2024
1 parent 035485e commit 349fd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/minitest/rails_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def aggregated_results(*)
end
end

class ProfileReporter < StatisticsReporter
class ProfileReporter < Reporter
def initialize(io = $stdout, options = {})
super
@results = []
Expand Down

0 comments on commit 349fd17

Please sign in to comment.