instance method
rendered_views
Ruby on Rails 8.1.2
Since v4.0.13Signature
rendered_views()
No documentation comment.
Source
# File actionview/lib/action_view/test_case.rb, line 291
def rendered_views
@_rendered_views ||= RenderedViewsCollection.new
end
Defined in actionview/lib/action_view/test_case.rb line 291
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase::Behavior