Skip to content

Commit a9a12a1

Browse files
Remove misplaced comment [ci-skip]
This comment was accidentally left in 1b9e85d.
1 parent dd7e407 commit a9a12a1

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
@@ -299,7 +299,6 @@ def _routes
299299
class RenderedViewContent < String # :nodoc:
300300
end
301301

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

0 commit comments

Comments
 (0)