Skip to content

Commit 124bdfb

Browse files
Remove misplaced comment [ci-skip]
This comment was accidentally left in 1b9e85d. (cherry picked from commit a9a12a1)
1 parent 1b3db78 commit 124bdfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

actionview/lib/action_view/test_case.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ def _routes
301301
class RenderedViewContent < String # :nodoc:
302302
end
303303

304-
# Need to experiment if this priority is the best one: rendered => output_buffer
305304
class RenderedViewsCollection
306305
def initialize
307306
@rendered_views ||= Hash.new { |hash, key| hash[key] = [] }

0 commit comments

Comments
 (0)